aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* Add missing names for the XCore specific LADD and LSUB nodes.Richard Osborne2009-10-081-0/+2
* Add a form of addPreserved which takes a string argument, to allow passesDan Gohman2009-10-085-16/+52
* some updates from users of llvmChris Lattner2009-10-081-8/+7
* Add some peepholes for signed comparisons using ashr X, X, 32.Richard Osborne2009-10-082-0/+92
* all content split into sections, still much work to be done.Chris Lattner2009-10-081-65/+73
* remove LoopVR pass. According to Nick:Chris Lattner2009-10-083-384/+0
* checkpoint, this is still not comprehendible.Chris Lattner2009-10-081-120/+138
* Unbreak the build.Mikhail Glushenkov2009-10-081-3/+3
* Convert more NEON tests to use FileCheck.Bob Wilson2009-10-088-46/+140
* Add codegen support for NEON vst4 intrinsics with <1 x i64> vectors.Bob Wilson2009-10-084-0/+15
* Make the Base plugin understand -MF and -MT.Mikhail Glushenkov2009-10-081-5/+16
* Input files should go before all other options.Mikhail Glushenkov2009-10-086-19/+29
* Cleanup up unused R3LiveIn tracking.Jim Grosbach2009-10-082-19/+2
* Re-enable register scavenging in Thumb1 by default.Jim Grosbach2009-10-085-74/+22
* bugfix. The target may use virtual registers that aren't tracked for re-use b...Jim Grosbach2009-10-082-20/+27
* Add codegen support for NEON vst3 intrinsics with <1 x i64> vectors.Bob Wilson2009-10-084-0/+15
* Add codegen support for NEON vst2 intrinsics with <1 x i64> vectors.Bob Wilson2009-10-084-0/+14
* In instcombine's debug output, avoid printing ADD for instructions that areJeffrey Yasskin2009-10-081-3/+5
* Add codegen support for NEON vld4 intrinsics with <1 x i64> vectors.Bob Wilson2009-10-074-0/+18
* Convert more NEON tests to use FileCheck.Bob Wilson2009-10-076-35/+114
* Add codegen support for NEON vld3 intrinsics with <1 x i64> vectors.Bob Wilson2009-10-074-0/+18
* Fix the OProfile part of PR5018. This fixes --without-oprofile, makesJeffrey Yasskin2009-10-072-216/+50
* Add codegen support for NEON vld2 intrinsics with <1 x i64> vectors.Bob Wilson2009-10-074-0/+17
* reverting thumb1 scavenging default due to test failure while I figure out wh...Jim Grosbach2009-10-075-21/+74
* second half of lazy liveness removal.Chris Lattner2009-10-072-65/+0
* Fix handling of x86 'R' constraint.Dale Johannesen2009-10-072-1/+26
* Convert more NEON tests to use FileCheck.Bob Wilson2009-10-076-40/+118
* Enable thumb1 register scavenging by default.Jim Grosbach2009-10-073-10/+12
* Enable thumb1 register scavenging by default.Jim Grosbach2009-10-072-64/+9
* Extract subprogram and compile unit information from the debug info attached ...Devang Patel2009-10-072-1/+33
* Add some instruction encoding bits for NEON load/store instructions.Bob Wilson2009-10-072-140/+165
* 80-column and whitespace fixes.Eric Christopher2009-10-071-135/+156
* Fixed MCSectionMachO::ParseSectionSpecifier to allow an attribute of "none" soKevin Enderby2009-10-072-43/+58
* Convert test to FileCheck.Bob Wilson2009-10-071-9/+27
* Add codegen support for NEON vst4 intrinsics with 128-bit vectors.Bob Wilson2009-10-074-9/+135
* Add codegen support for NEON vst3 intrinsics with 128-bit vectors.Bob Wilson2009-10-074-9/+129
* grammarJim Grosbach2009-10-071-1/+1
* Add codegen support for NEON vst2 intrinsics with 128-bit vectors.Bob Wilson2009-10-074-7/+84
* add initializers for clarity. Add missing assignment of PrevLastUseOp.Jim Grosbach2009-10-071-2/+3
* Remove LazyLiveness from the tree. It doesn't work right now, and I'm not go...Owen Anderson2009-10-071-168/+0
* Add codegen support for NEON vld4 intrinsics with 128-bit vectors.Bob Wilson2009-10-074-7/+137
* Add another bit of the ARM target assembler to llvm-mc to parse registersKevin Enderby2009-10-071-3/+17
* Replace some code for aggressive-remat with MachineInstr::isInvariantLoad, andDan Gohman2009-10-071-23/+28
* Replace TargetInstrInfo::isInvariantLoad and its target-specificDan Gohman2009-10-0712-107/+56
* Add a few simple MachineVerifier checks for MachineMemOperands.Dan Gohman2009-10-071-0/+10
* Add codegen support for NEON vld3 intrinsics with 128-bit vectors.Bob Wilson2009-10-074-13/+146
* Rearrange code for selecting vld2 intrinsics. No functionality change.Bob Wilson2009-10-071-9/+14
* Add tests for vld2 of 128-bit vectors.Bob Wilson2009-10-071-0/+50
* Add register-reuse to frame-index register scavenging. When a target usesJim Grosbach2009-10-0731-100/+262
* Do not assume that the module is set.Devang Patel2009-10-071-15/+18