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