summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAge
* move the bounds checking pass to the instrumentation folder, where it belongs...Nuno Lopes2012-07-20
* Remove unused private member variables uncovered by the recent changes to cla...Benjamin Kramer2012-07-20
* Avoid folding loads that are unsafe to move.Jakob Stoklund Olesen2012-07-20
* Fix a dangling StringRef bug in the auto upgrader. In one case, we resetChandler Carruth2012-07-20
* Split loop exiting edges more aggressively.Jakob Stoklund Olesen2012-07-20
* Try to unbreak the windows build.Benjamin Kramer2012-07-20
* SourceMgr: Use has_colors() instead of just is_displayed() before trying to useDaniel Dunbar2012-07-20
* raw_ostream: Add a has_colors() method.Daniel Dunbar2012-07-20
* Process: Add sys::Process::FileDescriptorHasColors().Daniel Dunbar2012-07-20
* Fix assertion in jump threading (PR13405).Richard Osborne2012-07-20
* [asan] make sure that the crash callbacks do not get merged (Chandler's idea:...Kostya Serebryany2012-07-20
* Don't use implicit register operands to calculate L-bit for AVX instructions....Craig Topper2012-07-20
* Revert r160529 due to crashes.Nick Lewycky2012-07-19
* Fix crash in machine verifier when trying to print the def of a register whic...Pete Cooper2012-07-19
* Don't wipe out global variables that are probably storing pointers to heapNick Lewycky2012-07-19
* Reverting r 160419.Galina Kistanova2012-07-19
* Adds the family codes for the Midview Atom processors so that thePreston Gurd2012-07-19
* default to use -mv4 when no version of Hexagon has been specifiedSebastian Pop2012-07-19
* reimplement truncate() to make it optimal.Nuno Lopes2012-07-19
* Pull the simple parts of DenseMapInfo<DebugLoc> inline and prune includes.Benjamin Kramer2012-07-19
* Replace some explicit compare loops with std::equal.Benjamin Kramer2012-07-19
* [arm-fast-isel] Add support for vararg function calls.Jush Lu2012-07-19
* DebugInfo library: add support for fetching absolute paths to source filesAlexey Samsonov2012-07-19
* Fixed few warnings.Galina Kistanova2012-07-19
* Remove tabs.Bill Wendling2012-07-19
* Remove tabs.Bill Wendling2012-07-19
* Remove tabs.Bill Wendling2012-07-19
* Remove tabs.Bill Wendling2012-07-19
* Remove tabs.Bill Wendling2012-07-19
* X86: remove redundant cmp against zero.Manman Ren2012-07-18
* This patch fixes 8 out of 20 unexpected failures in "make check"Preston Gurd2012-07-18
* Adding some debug information to PassManagerVictor Oliveira2012-07-18
* Whitespace.Chad Rosier2012-07-18
* Fix a somewhat nasty crasher in PR13378. This crashes inside ofChandler Carruth2012-07-18
* Fix ARMTargetLowering::isLegalAddImmediate to consider thumb encodings.Andrew Trick2012-07-18
* whitespaceAndrew Trick2012-07-18
* The vbroadcast family of instructions has 'fallback patterns' in case where theNadav Rotem2012-07-18
* Mips specific inline asm operand modifier 'M':Jack Carter2012-07-18
* Remove tab characters.Craig Topper2012-07-18
* Fix typo in error message and remove some tab characters.Craig Topper2012-07-18
* indvars: drive by heuristics fix.Andrew Trick2012-07-18
* indvars: Linear function test replace should avoid reusing undef.Andrew Trick2012-07-18
* Make x86 asm parser to check for xmm vs ymm for index register in gather inst...Craig Topper2012-07-18
* Fixed few warnings.Galina Kistanova2012-07-18
* ignore 'invoke @llvm.donothing', but still keep the edge to the continuation BBNuno Lopes2012-07-18
* More replacing of target-dependent intrinsics with target-indepdent Joel Jones2012-07-18
* Clean up Mips16InstrFormats.td and Mips16InstrInfo.td.Akira Hatanaka2012-07-17
* Back out r160101 and instead implement a dag combine to recover from instcomb...Evan Cheng2012-07-17
* Add some trace output to TwoAddressInstructionPass.Jakob Stoklund Olesen2012-07-17
* Remove unused variable.Benjamin Kramer2012-07-17