aboutsummaryrefslogtreecommitdiffstats
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* If the Address of a variable is an argument then treat the entireEric Christopher2012-02-241-0/+127
* Thumb2 size reduction fix for tied operands of tMUL.Jim Grosbach2012-02-243-5/+5
* When emitting a cmp with 0 for a lowered select, mask out the highDan Gohman2012-02-241-0/+19
* Allow an integer to be converted into an MMX type when it's used in an inlineBill Wendling2012-02-231-0/+12
* Emit global ctors into .CRT$XCU instead of .ctors on Win32. Patch by Joe Groff!Michael J. Spencer2012-02-231-0/+28
* MCize function entry label emission on PowerPC64 properly.Roman Divacky2012-02-231-2/+3
* Updated the llvm-mc disassembler C API to support for the X86 target.Kevin Enderby2012-02-231-3/+3
* Make tests less sensitive to scheduling changes.Jakob Stoklund Olesen2012-02-232-5/+5
* Fix to make sure that a comdat group gets generated correctly for a static me...Anton Korobeynikov2012-02-232-0/+32
* Canonicalize (srl (bswap x), 16) to (rotr (bswap x), 16) if the high 16 bitsEvan Cheng2012-02-231-2/+2
* Optimize a couple of common patterns involving conditional moves where the falseEvan Cheng2012-02-231-0/+46
* MC: Fix the MCNullStreamer which was broken in r147763.Daniel Dunbar2012-02-221-0/+11
* Allow the use of an alternate symbol for calculating a function's size.Hal Finkel2012-02-221-0/+18
* Properly emit _fltused with FastISel. Refactor to share code with SDAG.Michael J. Spencer2012-02-222-0/+21
* Add Foreach LoopDavid Greene2012-02-224-0/+470
* 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