aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Minor www site formating improvements.Edward O'Callaghan2009-08-041-6/+5
* Revert recent bitcode writer patches.Devang Patel2009-08-042-89/+94
* llvm-gcc checks the static asm variable is valid in ValidateRegisterVariable....Bill Wendling2009-08-041-0/+4
* switch ValueMap to using AssertingVH. This is an old patch I had layingChris Lattner2009-08-044-11/+12
* No really, it's unused.Daniel Dunbar2009-08-045-9/+5
* Remove unused function.Daniel Dunbar2009-08-041-5/+0
* Remove now unused Module argument to createTargetMachine.Daniel Dunbar2009-08-046-41/+17
* Fixed now.Bill Wendling2009-08-041-2/+0
* Add test for PR4678Rafael Espindola2009-08-041-0/+4
* XFAIL for the moment.Bill Wendling2009-08-041-0/+2
* Remove dead code.Devang Patel2009-08-041-2/+0
* Fix MDString Abbrev setup.Devang Patel2009-08-041-4/+2
* Constants and Metadata share ValueList. This means they must be emitted inter...Devang Patel2009-08-042-91/+90
* Remove ARM specific getInlineAsmLength. We'll rely on the simpler (and faster...Evan Cheng2009-08-042-163/+0
* Load / store multiple pass fixes for Thumb2. Not enabled yet.Evan Cheng2009-08-042-77/+88
* Emit sub r, #c instead of transforming it to add r, #-c if c fits in 8-bit. T...Evan Cheng2009-08-042-3/+28
* Lower Neon VLD* intrinsics to custom DAG nodes, and manually allocate theBob Wilson2009-08-043-1/+74
* Minor cleanup. No functional changes intended.Bob Wilson2009-08-041-6/+5
* Propogate the Depth argument when callingDan Gohman2009-08-041-1/+2
* Update CMake files.Ted Kremenek2009-08-033-0/+3
* eliminate CurrentSection, rename CurrentSection_ -> CurrentSection, make it p...Chris Lattner2009-08-033-30/+22
* Kill off SwitchToDataSection and SwitchToTextSection, woo.Chris Lattner2009-08-032-85/+3
* remove an unneeded section switch.Chris Lattner2009-08-031-1/+0
* switch ppc to using SwitchToSection instead of textual section stuff.Chris Lattner2009-08-031-14/+43
* Keep track of metadata used by other metadata.Devang Patel2009-08-032-39/+116
* use TLOF to compute the section for a function instead ofChris Lattner2009-08-031-5/+4
* Minor whitespace fix, so this doesn't look like a unary *.Dan Gohman2009-08-031-1/+1
* Add -disable-output. Thanks Bill!Dan Gohman2009-08-031-1/+1
* convert macho stub emission to use SwitchToSection instead ofChris Lattner2009-08-031-34/+50
* hoist some common code out of a switchChris Lattner2009-08-031-3/+2
* Add a new Constant::getIntegerValue helper function, and convert aDan Gohman2009-08-034-8/+111
* this really shouldn't switch sections without telling the asmprinter, butChris Lattner2009-08-031-1/+1
* Re-apply LiveInterval index dumping patch, with fixes suggested by BillDavid Greene2009-08-038-13/+147
* Eliminate textual section switching from the x86 backend, oneChris Lattner2009-08-033-13/+43
* Lower CONCAT_VECTOR during legalization instead of matching it during isel.Bob Wilson2009-08-033-26/+55
* Fix Bug 4657: register scavenger asserts with subreg loweringJakob Stoklund Olesen2009-08-033-8/+62
* Minor stylistic cleanups in the Blackfin target.Jakob Stoklund Olesen2009-08-033-42/+46
* Make SimplifyDemandedUseBits generate vector constants where Eli Friedman2009-08-031-2/+2
* make getObjFileLowering() return a non-const reference.Chris Lattner2009-08-033-3/+3
* remove a dead switch directive, replace it with someChris Lattner2009-08-031-1/+2
* Revert 77974. It breaks 3 of the ARM tests.Bob Wilson2009-08-031-8/+0
* Remove neverHasSideEffects on MMX_MOVD64rrv164 since it has a matching pattern.Evan Cheng2009-08-031-2/+1
* eliminate textual section switching from intel asm printer. Chris Lattner2009-08-031-15/+15
* make SwitchToSection accept null sections for now.Chris Lattner2009-08-031-3/+8
* Change C, CBE, MSIL to not provide target data via getTargetData().Daniel Dunbar2009-08-033-3/+3
* Allow targets to custom handle softening of results or operands before trying...Sanjiv Gupta2009-08-031-0/+8
* Provide target data from the module if the target machine doesn't have any.Daniel Dunbar2009-08-031-2/+13
* llvm_report_error already prints "LLVM ERROR:". So stop reporting errors like...Benjamin Kramer2009-08-035-10/+9
* Unbreak win64 compilation callback.Anton Korobeynikov2009-08-031-13/+14
* Fix a coaelescer bug. If a copy val# is extended to eliminate a non-trivially...Evan Cheng2009-08-032-1/+54