aboutsummaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* Reverting r 160419.Galina Kistanova2012-07-191-2/+1
* Adds the family codes for the Midview Atom processors so that thePreston Gurd2012-07-192-4/+3
* default to use -mv4 when no version of Hexagon has been specifiedSebastian Pop2012-07-191-1/+5
* reimplement truncate() to make it optimal.Nuno Lopes2012-07-191-10/+45
* Pull the simple parts of DenseMapInfo<DebugLoc> inline and prune includes.Benjamin Kramer2012-07-191-12/+0
* Replace some explicit compare loops with std::equal.Benjamin Kramer2012-07-192-11/+2
* [arm-fast-isel] Add support for vararg function calls.Jush Lu2012-07-191-28/+36
* DebugInfo library: add support for fetching absolute paths to source filesAlexey Samsonov2012-07-194-7/+39
* Fixed few warnings.Galina Kistanova2012-07-191-1/+1
* Remove tabs.Bill Wendling2012-07-191-85/+85
* Remove tabs.Bill Wendling2012-07-193-8/+8
* Remove tabs.Bill Wendling2012-07-1917-79/+79
* Remove tabs.Bill Wendling2012-07-193-13/+13
* Remove tabs.Bill Wendling2012-07-1910-32/+35
* X86: remove redundant cmp against zero.Manman Ren2012-07-182-15/+84
* This patch fixes 8 out of 20 unexpected failures in "make check"Preston Gurd2012-07-182-1/+5
* Adding some debug information to PassManagerVictor Oliveira2012-07-181-0/+20
* Whitespace.Chad Rosier2012-07-181-18/+14
* Fix a somewhat nasty crasher in PR13378. This crashes inside ofChandler Carruth2012-07-181-22/+32
* Fix ARMTargetLowering::isLegalAddImmediate to consider thumb encodings.Andrew Trick2012-07-181-4/+11
* whitespaceAndrew Trick2012-07-181-2/+2
* The vbroadcast family of instructions has 'fallback patterns' in case where theNadav Rotem2012-07-181-6/+8
* Mips specific inline asm operand modifier 'M':Jack Carter2012-07-181-3/+8
* Remove tab characters.Craig Topper2012-07-181-13/+13
* Fix typo in error message and remove some tab characters.Craig Topper2012-07-181-5/+5
* indvars: drive by heuristics fix.Andrew Trick2012-07-181-1/+1
* indvars: Linear function test replace should avoid reusing undef.Andrew Trick2012-07-181-5/+67
* Make x86 asm parser to check for xmm vs ymm for index register in gather inst...Craig Topper2012-07-183-15/+66
* Fixed few warnings.Galina Kistanova2012-07-181-1/+2
* ignore 'invoke @llvm.donothing', but still keep the edge to the continuation BBNuno Lopes2012-07-181-1/+1
* More replacing of target-dependent intrinsics with target-indepdent Joel Jones2012-07-182-3/+13
* Clean up Mips16InstrFormats.td and Mips16InstrInfo.td.Akira Hatanaka2012-07-172-93/+117
* Back out r160101 and instead implement a dag combine to recover from instcomb...Evan Cheng2012-07-173-7/+29
* Add some trace output to TwoAddressInstructionPass.Jakob Stoklund Olesen2012-07-171-1/+4
* Remove unused variable.Benjamin Kramer2012-07-171-1/+0
* simplify getSetSize() per Duncan's commentsNuno Lopes2012-07-171-6/+5
* Improve behavior of DebugInfoEntryMinimal::getSubprogramName() introduced in ...Alexey Samsonov2012-07-173-28/+35
* [asan] more code to merge crash callbacks. Doesn't fully work yet, but allows...Kostya Serebryany2012-07-171-12/+58
* Fix a crash in the legalization of large vectors.Nadav Rotem2012-07-171-6/+3
* Implement r160312 as target indepedenet dag combine.Evan Cheng2012-07-172-44/+27
* Make sure constant bitwidth is <= 64 bit before calling getSExtValue().Evan Cheng2012-07-171-1/+2
* This is another case where instcombine demanded bits optimization createdEvan Cheng2012-07-173-0/+41
* Reapply r160340. LSR: Limit CollectSubexprs.Andrew Trick2012-07-171-28/+52
* Revert "LSR: try not to blow up solving combinatorial problems brute force."Andrew Trick2012-07-171-51/+28
* LSR: try not to blow up solving combinatorial problems brute force.Andrew Trick2012-07-171-28/+51
* fix PR13339 (remove the predecessor from the unwind BB when removing an invoke)Nuno Lopes2012-07-161-0/+1
* teach ConstantRange that zero times X is always zeroNuno Lopes2012-07-161-0/+6
* For something likeEvan Cheng2012-07-161-0/+44
* Minor cleanup and docs.Nadav Rotem2012-07-161-1/+3
* Make ComputeDemandedBits return a deterministic result when computing an Asse...Nadav Rotem2012-07-161-0/+1