aboutsummaryrefslogtreecommitdiffstats
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* 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
* [WIP] Initial code for module flags.Bill Wendling2012-02-1112-0/+110
* Update BBVectorize to use aliasesUnknownInst.Hal Finkel2012-02-101-0/+244
* Fix PR11948: the result type of an icmp may be a vector of boolean -Duncan Sands2012-02-101-0/+7
* Revert commit 149912 (lattner) and add a testcase that shows the problem (whichDuncan Sands2012-02-101-0/+9
* RegAlloc superpass: includes phi elimination, coalescing, and scheduling.Andrew Trick2012-02-106-6/+6
* GlobalOpt: Be more aggressive about elminating side-effect free static dtors.Benjamin Kramer2012-02-091-2/+4
* Teach the MC and disassembler about SoftFail, and hook it up to UNPREDICTABLE...James Molloy2012-02-091-0/+5
* test/CodeGen/X86/atom-lea-sp.ll: Add explicit -mtriple=i686-linux.NAKAMURA Takumi2012-02-091-2/+2
* Commit Andy Zhang's test for the lea patch.Evan Cheng2012-02-081-0/+48
* [asan] unpoison the stack before every noreturn call. Fixes asan issue 37. ll...Kostya Serebryany2012-02-081-0/+17
* Fixed a bug in printing "cmp" pseudo ops.Elena Demikhovsky2012-02-081-0/+68
* [fast-isel] Add support for SUBs with non-legal types.Chad Rosier2012-02-081-0/+38
* Add comment to test case.Chad Rosier2012-02-081-0/+2
* [fast-isel] Add support for ORs with non-legal types.Chad Rosier2012-02-081-0/+36
* [fast-isel] Add support for indirect branches.Chad Rosier2012-02-071-0/+17