summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* add a big table with target features.Chris Lattner2010-10-241-1/+274
* Add svn:ignoreChe-Liang Chiou2010-10-240-0/+0
* Fix PR8445: a block with no predecessors may be the entry block, in which caseDuncan Sands2010-10-242-12/+16
* Add tests for NEON encoding of vqsub.Owen Anderson2010-10-231-0/+163
* SmallVectorize.Benjamin Kramer2010-10-232-4/+2
* Move rejection of NEON parameters earlier in fast isel call processing,Eric Christopher2010-10-231-3/+4
* Constify another 2 disassembler tables.Benjamin Kramer2010-10-231-2/+3
* Make the disassembler tables const so they end up in read-only memory.Benjamin Kramer2010-10-235-24/+20
* X86: Emit _fltused instead of __fltused on Windows x64.Michael J. Spencer2010-10-232-3/+6
* Move the remaining attribute macros to systematic names based on the attributeChandler Carruth2010-10-235-34/+38
* Remove a define which is never referenced.Chandler Carruth2010-10-231-6/+0
* Switch attribute macros to use 'LLVM_' as a prefix. We retain the old namesChandler Carruth2010-10-237-15/+25
* Fix a likely bug in an assertion by adding parentheses around '||'. This bugChandler Carruth2010-10-231-1/+1
* Resurrect mcc16, it is useful as an example.Mikhail Glushenkov2010-10-236-1/+491
* Remove -llvmc-temp-hack from tblgen.Mikhail Glushenkov2010-10-234-26/+10
* Syntax tweak in llvmc: (something [a,b,c]) -> (something a, b, c).Mikhail Glushenkov2010-10-234-190/+154
* Trailing whitespace.Mikhail Glushenkov2010-10-231-6/+6
* Enable ARM fastcc.Evan Cheng2010-10-231-5/+1
* Properly model the latency of register defs which are 1) function returns orEvan Cheng2010-10-232-16/+85
* Latency between CPSR def and branch is zero.Evan Cheng2010-10-231-0/+6
* Verify LiveIntervals against the CFG, ensuring that live-in values are live-outJakob Stoklund Olesen2010-10-231-1/+77
* Add tests for NEON encoding of vhsub.Owen Anderson2010-10-221-0/+94
* Trailing whitespace.Jim Grosbach2010-10-221-5/+5
* Add a CMP test.Jim Grosbach2010-10-221-0/+9
* Add tests for NEON encoding of vsubw.Owen Anderson2010-10-221-0/+60
* tidy upJim Grosbach2010-10-221-3/+2
* Add tests for NEON encoding of vsubl.Owen Anderson2010-10-221-0/+66
* Nonvirtual dtor that was accessible enough to be bad.Andrew Trick2010-10-221-0/+2
* Add tests for NEON encoding of vsub.Owen Anderson2010-10-221-0/+91
* fix memory-layout assumption which only holds on little-endian systemsGabor Greif2010-10-221-1/+1
* This is a prototype of an experimental register allocationAndrew Trick2010-10-228-1/+807
* Add tests for NEON encoding of vqdmlsl.Owen Anderson2010-10-221-0/+23
* Do not install libBugpointPasses.dylib for Apple builds. Radar 8585383.Bob Wilson2010-10-221-1/+4
* Add tests for NEON encoding of vmlsl.Owen Anderson2010-10-221-0/+78
* Add more verification of LiveIntervals.Jakob Stoklund Olesen2010-10-221-0/+29
* Be more strict about detecting multi-use blocks for isolation.Jakob Stoklund Olesen2010-10-221-28/+29
* tidy up.Jim Grosbach2010-10-221-25/+13
* ARM mode encoding information for CLZ, RBIT, REV*, and PKH*.Jim Grosbach2010-10-223-73/+129
* Fix the name of libLLVMHello.dylib so that it does not get installed forBob Wilson2010-10-221-1/+1
* Remove duplicate test.Jim Grosbach2010-10-221-9/+0
* tidy up.Jim Grosbach2010-10-221-33/+33
* FileCheck-ize a few tests.Jim Grosbach2010-10-222-21/+26
* Unbreak build.Evan Cheng2010-10-222-10/+11
* Teach instcombine to set the alignment arguments for NEON load/store intrinsics.Bob Wilson2010-10-222-0/+51
* Transfer implicit ops when forming load multiple and return instructions.Evan Cheng2010-10-223-1/+6
* Add tests for the correct encoding of NEON vmls.Owen Anderson2010-10-221-0/+87
* Be more strict when detecting critical edges before loop splitting.Jakob Stoklund Olesen2010-10-221-19/+15
* Add print methodsJakob Stoklund Olesen2010-10-222-18/+32
* Add correct NEON encodings for vqdmlal.Owen Anderson2010-10-222-4/+28
* Add the encoding information for the rest of the ARM mode multiply instructions.Jim Grosbach2010-10-222-21/+44