aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
* [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-172-6/+19
* Implement r160312 as target indepedenet dag combine.Evan Cheng2012-07-174-53/+34
* Revert commit r160307. We decide to move builtins selection to the backend.Simon Atanasyan2012-07-171-3/+1
* 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-174-4/+58
* 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
* TableGen: Allow conditional instruction pattern in multiclass.Jim Grosbach2012-07-172-2/+43
* Fix function select_cc_f32 in test/CodeGen/Mips/selectcc.ll.Akira Hatanaka2012-07-161-6/+8
* Defer checking for registers in the MC AsmMatcher until the after user-define...Owen Anderson2012-07-161-16/+16
* fix PR13339 (remove the predecessor from the unwind BB when removing an invoke)Nuno Lopes2012-07-162-0/+23
* teach ConstantRange that zero times X is always zeroNuno Lopes2012-07-162-0/+14
* For something likeEvan Cheng2012-07-163-2/+94
* Minor cleanup and docs.Nadav Rotem2012-07-161-1/+3
* MIPS: Create two definitions for __builtin_mips_shll_qb builtin.Simon Atanasyan2012-07-161-1/+3
* Make ComputeDemandedBits return a deterministic result when computing an Asse...Nadav Rotem2012-07-162-0/+13
* Revert "AMDGPU: Add core backend files for R600/SI codegen v6"Tom Stellard2012-07-16114-28329/+0
* Revert "include/llvm: Add R600 Intrinsics v6"Tom Stellard2012-07-162-37/+0
* Revert "Build script changes for R600/SI Codegen v6"Tom Stellard2012-07-166-17/+11
* Revert "test/CodeGen/R600: Add some basic tests v6"Tom Stellard2012-07-1627-212/+0