summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* DebugInfo library: add support for fetching absolute paths to source filesAlexey Samsonov2012-07-1910-24/+69
* Fixed few warnings.Galina Kistanova2012-07-193-4/+4
* Remove tabs.Bill Wendling2012-07-191-85/+85
* Remove tabs.Bill Wendling2012-07-192-4/+3
* Remove tabs.Bill Wendling2012-07-191-15/+13
* Remove tabs.Bill Wendling2012-07-193-8/+8
* Tweak prose.Chad Rosier2012-07-191-1/+1
* Remove tabs.Bill Wendling2012-07-1917-79/+79
* Remove tabs.Bill Wendling2012-07-193-13/+13
* Remove tabs.Bill Wendling2012-07-1910-32/+35
* Remove tabs.Bill Wendling2012-07-192-4/+4
* Remove tabs.Bill Wendling2012-07-194-57/+57
* Remove tabs.Bill Wendling2012-07-183-3/+3
* Move around some enum elements so that lastMRM corrects gets assigned 56, whichRichard Trieu2012-07-181-2/+2
* TblGen: Tweak to pretty-print DAGISel.inc a bit better.Jim Grosbach2012-07-181-2/+2
* Allow PointerIntPairs to be created from const void *.Jordan Rose2012-07-181-1/+12
* X86: remove redundant cmp against zero.Manman Ren2012-07-183-15/+95
* This patch fixes 8 out of 20 unexpected failures in "make check"Preston Gurd2012-07-1811-34/+74
* 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-182-22/+53
* Fix ARMTargetLowering::isLegalAddImmediate to consider thumb encodings.Andrew Trick2012-07-181-4/+11
* whitespaceAndrew Trick2012-07-181-2/+2
* Added unit test for PR13361: LSR + SCEV "hangs" on reasonably sized test.Andrew Trick2012-07-181-0/+517
* test commitVictor Oliveira2012-07-181-0/+1
* Add some missed ELF constants definitions:Simon Atanasyan2012-07-181-1/+36
* Update config.h.cmake corresponding to config.h.in.NAKAMURA Takumi2012-07-181-7/+13
* 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-182-65/+131
* SCEVTraversal: Add a visited set.Andrew Trick2012-07-181-1/+3
* 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-183-9/+96
* Make x86 asm parser to check for xmm vs ymm for index register in gather inst...Craig Topper2012-07-188-21/+118
* 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-184-10/+29
* Apparently it's possible to do an 'invoke asm'.Nuno Lopes2012-07-171-2/+3
* Clean up Mips16InstrFormats.td and Mips16InstrInfo.td.Akira Hatanaka2012-07-172-93/+117
* Add test case for r160387Evan Cheng2012-07-171-2/+44
* Back out r160101 and instead implement a dag combine to recover from instcomb...Evan Cheng2012-07-174-25/+29
* TableGen: Pattern<> references to null_frag are a nop.Jim Grosbach2012-07-171-0/+5
* Fix broken ipo_ext_iterator constructors.Jakob Stoklund Olesen2012-07-171-3/+3
* 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
* llvm/test/Transforms/LoopRotate/PhiRename-1.ll: FileCheck-ize. It fixes PR13301.NAKAMURA Takumi2012-07-171-2/+3
* Allow for customized graph edge pruning in PostOrderIterator.hJakob Stoklund Olesen2012-07-172-38/+73
* Improve behavior of DebugInfoEntryMinimal::getSubprogramName() introduced in ...Alexey Samsonov2012-07-176-29/+41