aboutsummaryrefslogtreecommitdiffstats
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* Only add DW_AT_prototyped if we're working with a C-like language.Eric Christopher2012-02-223-6/+6
* Semantically revert 151015. Add a comment on why we should be able to assertRafael Espindola2012-02-221-0/+38
* Adding support for Microsoft's thiscall calling convention. LLVM side of the...Aaron Ballman2012-02-221-0/+47
* Remove a bad PowerPC test.Jakob Stoklund Olesen2012-02-211-160/+0
* Testcase for previous commit.Eric Christopher2012-02-211-0/+45
* There's no need for a DW_AT_byte_size on a pointer type.Eric Christopher2012-02-213-5/+5
* Use the target-aware constant folder on expressions to improve the chanceNick Lewycky2012-02-211-0/+43
* Proper support for a bastardized darwin-eabi hybird ABI.Evan Cheng2012-02-211-0/+3
* InstCombine: Don't transform a signed icmp of two GEPs into a signed compare ...Benjamin Kramer2012-02-211-0/+11
* test/CodeGen/X86/2012-02-20-MachineCPBug.ll: Fix on generic(non-x86) hosts to...NAKAMURA Takumi2012-02-211-1/+1
* Check for the correct size in the invariant marker.Nick Lewycky2012-02-201-4/+30
* Fix machine-cp by having it to check sub-register indicies. e.g.Evan Cheng2012-02-202-1/+78
* Test case for r150978.Benjamin Kramer2012-02-201-0/+13
* InstCombine: When comparing two GEPs that were derived from the same base poi...Benjamin Kramer2012-02-201-0/+26
* InstCombine: Make OptimizePointerDifference more aggressive.Benjamin Kramer2012-02-201-0/+26
* fold comparisons of gep'd alloca points with null to false,Chris Lattner2012-02-201-1/+12
* Add vmfunc instruction to X86 assembler and disassembler.Craig Topper2012-02-194-0/+12
* Don't skip debug instructions when looking for the insertion point ofRafael Espindola2012-02-181-0/+38
* Add X86 assembler and disassembler support for AMD SVM instructions. Original...Craig Topper2012-02-184-1/+98
* Fix a rather nasty regression from r150690: LHS != RHS does not imply LHS->st...Eli Friedman2012-02-181-0/+10
* Testcase for the previous commit.Eric Christopher2012-02-181-1/+10
* Calls and invokes with the new clang.arc.no_objc_arc_exceptionsDan Gohman2012-02-171-0/+122
* It turns out that putting an 8-byte symbol in a 4-byte section makes Solaris ...David Chisnall2012-02-171-0/+28
* Remove question.Nick Lewycky2012-02-171-1/+0
* Add support for invariant.start inside the static constructor evaluator. This isNick Lewycky2012-02-171-0/+34
* [fast-isel] Add support for returning non-legal types with no sign- or zero-Chad Rosier2012-02-171-0/+9
* Use –mcpu=generic, so that the test will not fail when run on an Intel AtomBill Wendling2012-02-161-1/+1
* Disable machine copy propagation for now. It's known to be buggy (PR11940) an...Benjamin Kramer2012-02-161-1/+1
* InstSimplify: Ignore pointer casts when constant folding compares between poi...Benjamin Kramer2012-02-161-0/+20
* Replace all instances of dg.exp file with lit.local.cfg, since all tests are ...Eli Bendersky2012-02-16235-695/+549
* loop-rotate shouldn't hoist alloca instructions out of a loop. Patch by Patr...Eli Friedman2012-02-161-0/+33
* Remove extraneous tests.Bill Wendling2012-02-152-119/+0
* Add a test for generating Objective-C metadata from module flags.Bill Wendling2012-02-151-0/+13
* Add a test for the Objective-C garbage collection metadata stuff.Bill Wendling2012-02-152-0/+119
* For ELF, also call fixSymbolsInTLSFixups() on expressions passed to EmitValue...David Meyer2012-02-152-2/+102
* Stop custom lowering forr x86 DEC64m from happening if the load in the lowere...Pete Cooper2012-02-151-0/+14
* Tighten physical register invariants: Allocatable physical registers canLang Hames2012-02-141-1/+1
* Fix PR12000. Some vector operations may use scalar operands with typesNadav Rotem2012-02-141-0/+13
* Change error tests to coincide with message changes.Bill Wendling2012-02-143-3/+3
* [asan] fix asan-vs-gvn.ll test (it did not actually check much before this ch...Kostya Serebryany2012-02-141-4/+17
* Add simplifyLoopLatch to LoopRotate pass.Andrew Trick2012-02-141-0/+39
* Check against umin while converting fcmp into an icmp.Devang Patel2012-02-131-0/+35
* Just like in regular escape analysis, loads and stores throughDan Gohman2012-02-131-0/+51
* ThreadSanitizer, a race detector. First LLVM commit.Kostya Serebryany2012-02-132-0/+25
* Fix a bug in DAGCombine for the optimization of BUILD_VECTOR. We cant generat...Nadav Rotem2012-02-131-0/+16
* Revert accidental commit of a pruned testcase from r150360.Craig Topper2012-02-131-0/+58
* Update CanXFormVExtractWithShuffleIntoLoad to ensure bitcasts of loads only h...Craig Topper2012-02-131-58/+0
* Fixed bug when custom lowering DEC64m on x86.Pete Cooper2012-02-131-0/+24
* This patch addresses the problem of poor code generation for the zextNadav Rotem2012-02-122-1/+14
* Add support for implicit TLS model used with MS VC runtime.Anton Korobeynikov2012-02-1110-52/+134