summaryrefslogtreecommitdiffstats
path: root/llvm
Commit message (Expand)AuthorAgeFilesLines
* imm12 operands aren't Thumb2 only, so rename the printer helper function.Jim Grosbach2010-10-253-6/+5
* Add a comment.Dan Gohman2010-10-251-1/+3
* Make the description of the hotpatch attribute even more generic. Spotted byCharles Davis2010-10-251-4/+5
* Add correct instruction encodings for vbic, vorn, and vmvn.Owen Anderson2010-10-253-2/+80
* Add a virtual destructor.Rafael Espindola2010-10-251-0/+1
* Provide correct NEON encodings for vand, veor, and vorr.Owen Anderson2010-10-252-0/+70
* Add tests for NEON encoding of vtst.Owen Anderson2010-10-251-0/+65
* Add NEON encoding tests for vcgt and vacgt.Owen Anderson2010-10-252-0/+165
* Add support for emitting ARM file attributes.Rafael Espindola2010-10-256-44/+177
* Add tests for NEON encodings of vcge and vacge.Owen Anderson2010-10-252-2/+165
* Add a warning about our inability to test the encoding of vceq with immediate...Owen Anderson2010-10-252-0/+5
* In which I learn how to forward declare template classes.Jakob Stoklund Olesen2010-10-251-2/+1
* Add tests for NEON encoding of vceq.Owen Anderson2010-10-251-0/+81
* Add tests for NEON encoding of vsubhn and vrsubhn.Owen Anderson2010-10-251-0/+62
* Update comments; BasicAA is no longer necessarily the end of the chain.Dan Gohman2010-10-251-3/+3
* Make hotpatch attribute description a little less Wintel-specific.Charles Davis2010-10-251-3/+5
* Reintroduce these asserts, now that BasicAA is a normal AliasAnalysis pass.Dan Gohman2010-10-251-6/+3
* Fix a case where instcombine was stripping metadata (and alignment)Dan Gohman2010-10-252-1/+24
* Add a new 'hotpatch' attribute. This attribute will insert a two-byte no-opCharles Davis2010-10-256-1/+14
* Reference RegionPass to stop it being eliminated.Tobias Grosser2010-10-251-0/+3
* ATTRIBUTE_UNUSED has been renamed to LLVM_ATTRIBUTE_UNUSED.Duncan Sands2010-10-251-2/+2
* Remove deprecated macro names. Hopefully this will unbreak theDuncan Sands2010-10-251-11/+0
* Update target feature matrix for CellSPUKalle Raiskila2010-10-251-4/+4
* Update target feature matrix for Blackfin.Jakob Stoklund Olesen2010-10-241-4/+4
* Updating target feature matrix to indicate current MBlaze status.Wesley Peck2010-10-241-4/+4
* Add X86::reloc_global_offset_table and use it to have a single place whereRafael Espindola2010-10-244-10/+16
* broken linkChris Lattner2010-10-241-1/+1
* add a big table with target features.Chris Lattner2010-10-241-1/+274
* 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
OpenPOWER on IntegriCloud