platform/upstream/llvm.git
2012-08-10 Rafael EspindolaRemove references to compression in llvm-ar. It has...
2012-08-10 Jordan RoseUpdate VerifyDiagnosticConsumer to only get directives...
2012-08-10 Jordan RoseMake sure to call EndSourceFile even if we can't contin...
2012-08-10 David BlaikieProvide isConst/Volatile on CXXMethodDecl.
2012-08-10 Bob WilsonUse the final .version number for LLVM_MINOR_VERSION...
2012-08-10 Jakob Stoklund... Reapply r161633-161634 "Partition use lists so defs...
2012-08-10 Jakob Stoklund... Also update MRI use lists when changing a use to a...
2012-08-10 Chad Rosier[ms-inline asm] Use the new Inline Asm Non-Standard...
2012-08-10 Chad Rosier[ms-inline asm] Add a new Inline Asm Non-Standard Diale...
2012-08-09 Jakob Stoklund... Revert r161633-161634 "Partition use lists so defs...
2012-08-09 Johnny Chenrdar://problem/11457143
2012-08-09 Johnny Chenrdar://problem/11457143 [ER] need "watchpoint command...
2012-08-09 Jordan Rose[analyzer] Merge RegionStore's KillStruct and CopyLazyB...
2012-08-09 Jordan Rose[analyzer] Cluster bindings in RegionStore by base...
2012-08-09 Jordan Rose[analyzer] Cache the "concrete offset base" for regions...
2012-08-09 Jakob Stoklund... Partition use lists so defs always come before uses.
2012-08-09 Jakob Stoklund... Don't use pointer-pointers for the register use lists.
2012-08-09 Jakob Stoklund... Move use list management into MachineRegisterInfo.
2012-08-09 Jordan Rose[analyzer] Devirtualize StoreManager::evalDerivedToBase...
2012-08-09 Eli FriedmanFollowup to r161546, to unbreak linking on Bitrig....
2012-08-09 Benjamin KramerCMake: Add the new dependency from libSema to LLVM...
2012-08-09 Eric ChristopherRemove getARMRegisterNumbering and replace with calls...
2012-08-09 Jakob Stoklund... Fix a future TwoAddressInstructionPass crash.
2012-08-09 Jakob Stoklund... Don't modify MO while use_iterator is still pointing...
2012-08-09 Johnny ChenAdded back member initialization for m_batch_command_mo...
2012-08-09 Chad Rosier[ms-inline asm] Extend the MC AsmParser API to match...
2012-08-09 Enrico Granata<rdar://problem/11578397> Adding a new --summary-string...
2012-08-09 Chad Rosier[ms-inline asm] Fix comment.
2012-08-09 Jordan Rose[analyzer] A CXXBaseObjectRegion should correspond...
2012-08-09 Fariborz Jahanianobjective-C: refactoring of objc's delayed parsing.
2012-08-09 Chad Rosier[ms-inline asm] Use StringRef here, per Jordan's sugges...
2012-08-09 Chandler CarruthTemporarily revert r161612 while we figure out just...
2012-08-09 Anna Zaks[analyzer] Rename the function to better reflect what...
2012-08-09 Anna Zaks[analyzer] Clarify the values in Dyn. Dispatch Bifurcat...
2012-08-09 Chad Rosier[ms-inline asm] Simplify logic for empty asm statements.
2012-08-09 Chad Rosier[ms-inline asm] Instantiate the various parts to the...
2012-08-09 Chandler CarruthUse parallel dirs here, there shouldn't be cross-tool...
2012-08-09 Chandler CarruthMake all of the tools build in parallel. Missing this...
2012-08-09 Jim InghamTurn on function args by default in thread & frame...
2012-08-09 Chandler CarruthTeach the LLVM test makefile to run the extra Clang...
2012-08-09 Chandler CarruthRecurse into the extra tools repo the correct way from...
2012-08-09 Jack CarterAnother 32 to 64 bit sign extension bug.
2012-08-09 Enrico Granata<rdar://problem/10449092> Adding a new uppercase hex...
2012-08-09 Richard SmithIn 'delete []', the '[]' never starts a lambda. Update...
2012-08-09 Anna Zaks[analyzer] Improve readability of the dyn. dispatch...
2012-08-09 Dmitri GribenkoRemove absolute file path in test.
2012-08-09 Dmitri GribenkoComment to HTML and XML conversion: ignore commands...
2012-08-09 Sean CallananLLDB no longer prints <no result> by default if
2012-08-09 Simon AtanasyanFix the test case. Now it does not depend on the method...
2012-08-09 Dmitri GribenkoComment to HTML and XML conversion: use CommandTraits...
2012-08-09 Chad Rosier[ms-inline asm] Initialize targets and assembly printer...
2012-08-09 Chad Rosier[ms-inline asm] Add various MC components to clang...
2012-08-09 Fariborz Jahanianobjective-C: minor refactoring in method
2012-08-09 Enrico Granata<rdar://problem/11505459> Stripping off the object...
2012-08-09 Alexander PotapenkoAdd a test checking that all the "__asan_" interface...
2012-08-09 Arnold SchwaighoferPatch to implement UMLAL/SMLAL instructions for the...
2012-08-09 Alexander PotapenkoMake the non-interface mach_override functions static...
2012-08-09 Alexey Samsonov[ASan] Move mac-specific error reports to asan_report...
2012-08-09 Alexey Samsonov[ASan] Small fix to please tests on Windows, where...
2012-08-09 Alexey Samsonov[ASan] Move __asan_report_error implementation to asan_...
2012-08-09 Alexander PotapenkoUse a switch instead of a simple condition in force_int...
2012-08-09 Alexey Samsonov[ASan] move code that describes globals to asan_report.cc
2012-08-09 Alexey Samsonov[ASan] move some functions that describe addresses...
2012-08-09 Alexey Samsonov[ASan] Move error reporting code away from file with...
2012-08-09 Alexey Samsonov[ASan] Move error reports away from ASan allocator...
2012-08-09 Alexey Samsonov[ASan] Create new files asan_report.{h,cc} as a prepara...
2012-08-09 Anna ZaksUnbreak the build.
2012-08-09 Nadav RotemFix the legalization of ExtLoad on ARM. ExpandUnaligne...
2012-08-09 Eric ChristopherThis field isn't used anymore, use it with HWEncoding...
2012-08-09 Sean Callananllvm.zip rebuilt with libc++ for Mac OS X.
2012-08-09 Sean CallananOn Mac OS X, lldb will now build c++11 and use
2012-08-09 Victor OliveiraSupport for experimental targets
2012-08-09 Sean CallananMade lldb.swig include <string>, which it requires.
2012-08-09 Sean CallananRemoved explicit NULL checks for shared pointers
2012-08-09 Sean CallananWhen compiling with C++11, switch from
2012-08-09 Anna Zaks[analyzer] Cleanup of malloc checker.
2012-08-09 Sean CallananNow that the testcase is fixed, it is no longer
2012-08-09 Enrico Granata<rdar://problem/12061386> Fixing data-formatter-cpp...
2012-08-09 Eli FriedmanFix AAPCS ABI. I can't actually test this, but it...
2012-08-09 Matt Beaumont-GayMachineRegisterInfo was already a friend of MachineOper...
2012-08-09 Anna Zaks[analyzer] Bifurcate the path with dynamic dispatch.
2012-08-09 Dmitri GribenkoAdd new file CommentCommandTraits.cpp to CMakeLists...
2012-08-09 Chandler CarruthFix the order of the link arguments for this tool....
2012-08-09 Chandler CarruthAllow the Makefile build system to find the extra repo...
2012-08-09 Dmitri GribenkoComment parsing: extract TableGen'able pieces into...
2012-08-09 Sean CallananThe C++ data formatter tests are flaky. Marking
2012-08-08 Eli Friedmanclang support for Bitrig (an OpenBSD fork); patch by...
2012-08-08 Jim GrosbachMove [SU]LEB128 encoding to a utility header.
2012-08-08 Eli FriedmanMinor simplification for r161534.
2012-08-08 Jakob Stoklund... Move getNextOperandForReg() into MachineRegisterInfo.
2012-08-08 Jakob Stoklund... Don't use getNextOperandForReg().
2012-08-08 Jakob Stoklund... Don't use getNextOperandForReg() in RAFast.
2012-08-08 Fariborz Jahanianobjective-C: refactor/simplify parsing of delayed
2012-08-08 Eli FriedmanFix r161534 so it actually builds.
2012-08-08 Chandler CarruthFix up the makefiles in the tools repo, and add a top...
2012-08-08 Richard SmithPR13558: Fix typo 'compatiblity'. Thinking of the child...
2012-08-08 Owen AndersonAllow legalization of target-specific SDNodes, provided...
2012-08-08 Eli FriedmanHandle deprecation diagnostics correctly for C struct...
2012-08-08 Greg ClaytonFixed the delay that was happening when quitting lldb...
2012-08-08 Jakob Stoklund... Deal with irreducible control flow when building traces.
next