aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* add another constChris Lattner2009-08-081-1/+1
* remove a useless anon-ns, make table const.Chris Lattner2009-08-081-6/+1
* Some ProfileInfo cleanups.Daniel Dunbar2009-08-085-19/+19
* Add a basic static ProfileInfo provider (ProfileEstimatorPass).Daniel Dunbar2009-08-085-0/+266
* Define intrinsics for crc instruction.Eric Christopher2009-08-081-0/+20
* Use reloc_absolute_word_sext relocation for X86::MOV64(ri/mi)32 instructions,...Bruno Cardoso Lopes2009-08-081-2/+2
* More ProfileInfo improvements.Daniel Dunbar2009-08-087-91/+157
* ELF improvements:Bruno Cardoso Lopes2009-08-084-58/+114
* Update CMakeDaniel Dunbar2009-08-081-0/+1
* Clean out per-function data after the machine code verifier is done with it.Jakob Stoklund Olesen2009-08-081-0/+8
* Add insert_elt / extract_elt patterns for v4f32 stuff.Anton Korobeynikov2009-08-081-19/+30
* Lane number should be printed w/o hashAnton Korobeynikov2009-08-082-11/+11
* Use VLDM / VSTM to spill/reload 128-bit Neon registersAnton Korobeynikov2009-08-085-10/+30
* Update the machine code verifier to keep up with the scavenger.Jakob Stoklund Olesen2009-08-081-12/+22
* Remove RegisterScavenger::isSuperRegUsed(). This completely reverses the mist...Jakob Stoklund Olesen2009-08-083-41/+9
* Simplify RegScavenger::forward a bit more.Jakob Stoklund Olesen2009-08-083-66/+80
* move this fp select into a patternAndrew Lenharth2009-08-082-22/+9
* Always initialize AsmConds.Benjamin Kramer2009-08-081-0/+2
* MSVC doesn't like member variables with the same name as the class.Benjamin Kramer2009-08-081-13/+13
* llvm-mc/AsmMatcher: Improve match code.Daniel Dunbar2009-08-084-131/+319
* Implement Neon VZIP and VUZP instructions. These are very similar to VTRN,Bob Wilson2009-08-082-16/+70
* Implement Neon VTRN instructions. For now, anyway, these are selectedBob Wilson2009-08-082-0/+48
* llvm-mc/AsmMatcher: Switch to a unified function to convert operands to MCInst,Daniel Dunbar2009-08-081-42/+73
* Add a skeleton Thumb2 instruction size reduction pass.Evan Cheng2009-08-082-1/+219
* Code refactoring. No functionality change.Evan Cheng2009-08-084-22/+31
* tADDhirr should target GPR, not tGPR.Evan Cheng2009-08-081-1/+1
* I can type.Evan Cheng2009-08-081-1/+1
* make printInstruction return void since its result is omitted. Make the Chris Lattner2009-08-0814-25/+25
* Fix some -Asserts unused variable warnings.Daniel Dunbar2009-08-082-6/+5
* Add another Strong-SIV testcase.Andreas Bolka2009-08-081-0/+28
* don't check the result of printInstruction anymore.Chris Lattner2009-08-086-24/+11
* Do not generate 32-bit call on win64 when imm does not fitAnton Korobeynikov2009-08-072-2/+11
* rename testChris Lattner2009-08-071-0/+0
* merge a bunch of tests together into one, convert to filecheck whichChris Lattner2009-08-075-64/+60
* Add new intrinsics for Neon VTRN, VZIP and VUZP operations. Modeling theseBob Wilson2009-08-071-0/+18
* Add DEBUG_WITH_TYPE as a clean alternative to tweaking DEBUG_TYPE.Daniel Dunbar2009-08-072-7/+34
* Convert more Neon tests to use FileCheck.Bob Wilson2009-08-079-40/+127
* code cleanupChris Lattner2009-08-071-20/+18
* Unbreak build.Benjamin Kramer2009-08-071-8/+8
* Make NEON single-precision FP support the default for cortex-a8 (again).David Goodwin2009-08-0710-1/+19
* remove a bunch of now-dead crud from the asmprinter and TAI interfaces.Chris Lattner2009-08-074-61/+0
* fix the column output stuff in the asmwriter from being dynamic andChris Lattner2009-08-072-15/+47
* Fix copy-pasto.Andreas Bolka2009-08-071-2/+2
* Unbreak the stuffAnton Korobeynikov2009-08-071-2/+2
* Modifications to dyn_cast/cast to make them work for objects too, instead of ...Argyrios Kyrtzidis2009-08-071-4/+7
* Added Mac OS X assembler style conditional assembly. I may come back and see ifKevin Enderby2009-08-074-2/+223
* fix comment pastosChris Lattner2009-08-071-2/+2
* Back out some of recent register scavenger change by John Mosby. It broke a n...Evan Cheng2009-08-071-27/+14
* avoid this libcall with long inline expansionAndrew Lenharth2009-08-071-1/+30
* 2 more vdup.32 casesAnton Korobeynikov2009-08-073-1/+34