aboutsummaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* It makes no sense to have a ODR version of commonDuncan Sands2009-03-1117-40/+19
* Disable plugins / shared stuff generation on windows targets.Anton Korobeynikov2009-03-111-0/+5
* For yonah, fix a vector shuffle case for v16i8 where we didn't properly clear...Mon P Wang2009-03-111-2/+19
* fix PR3785, a valgrind error on test/CodeGen/ARM/pr3502.llChris Lattner2009-03-111-1/+5
* Add parentheses to pacify gcc-4.3.Duncan Sands2009-03-111-1/+1
* Remove the one-definition-rule version of extern_weakDuncan Sands2009-03-118-27/+14
* Allow cross-process JIT to handle MachineRelocations of the ExternalSymbolNate Begeman2009-03-111-13/+82
* Fixed a v8i16 shuffle case that should generate a pshufb instead of a pshuflw...Mon P Wang2009-03-111-1/+4
* formatting change, reduce indentation. No functionality change.Chris Lattner2009-03-111-82/+80
* reapply my previous patch (r66358) with a tweak to set theChris Lattner2009-03-111-2/+55
* Put the assignment back at the top of this method.Bill Wendling2009-03-111-2/+2
* Two coalescer fixes in one.Evan Cheng2009-03-112-8/+61
* Make ivars private. Other cleanup. No functionality change.Bill Wendling2009-03-101-59/+27
* Just make the Dwarf timer group static inside of the getter function. No need...Bill Wendling2009-03-101-7/+5
* Don't put static functions in anonymous namespace.Bill Wendling2009-03-101-4/+0
* Don't consider debug intrinsics when checkingDale Johannesen2009-03-101-2/+2
* These should *stop* the timer, not start it again.Bill Wendling2009-03-101-2/+2
* - Fix misspelled method name.Bill Wendling2009-03-101-11/+5
* - Create GetOrCreateSourceID from getOrCreateSourceID. GetOrCreateSourceID isBill Wendling2009-03-101-79/+82
* Refine the Dwarf writer timers so that they measure exception writing and debugBill Wendling2009-03-101-143/+169
* Removing a dead debug intrinsic shouldn't triggerDale Johannesen2009-03-101-3/+6
* Revert 66358 for now. It's breaking povray, 450.soplex, and 456.hmmer on x86 ...Evan Cheng2009-03-101-53/+2
* Add a timer to the DwarfWriter pass that measures the total time it takes toBill Wendling2009-03-101-8/+110
* Use WriteAsOperand instead of manually decorating the name for thisDan Gohman2009-03-101-11/+8
* Fix a post-RA scheduling liveness bug. When a basic block is beingDan Gohman2009-03-101-9/+22
* Ignore dbg info, while estimating size of jump through block.Devang Patel2009-03-101-1/+3
* PR3478: raw_ostream should not buffer stderrDaniel Dunbar2009-03-101-1/+5
* Do not attempt to do parial redundancy elimination on void values.John Criswell2009-03-101-3/+4
* Global variables don't have a corresponding llvm.dbg.declare, yet it is possibleEdwin Török2009-03-102-6/+75
* Mark the Defs and Uses of STATUS register correctly, plus some reformatting.Sanjiv Gupta2009-03-101-41/+61
* If a function is marked alwaysinline, it must be inlined (possibly for correc...Evan Cheng2009-03-101-7/+7
* wire up support for emitting "special" values from inline asmChris Lattner2009-03-101-1/+20
* Add more information to the EFLAGS note.Dan Gohman2009-03-101-4/+12
* Add a note about EFLAGS optimization.Dan Gohman2009-03-091-0/+15
* Ignore debug info while evaluating function.Devang Patel2009-03-091-1/+7
* Don't record the increment instruction; just recompute it from the PhiDan Gohman2009-03-091-33/+15
* Fix PR3724 by searching for the largest free block when Chris Lattner2009-03-091-2/+19
* Remove llvm.dbg.global_variables also.Devang Patel2009-03-091-0/+10
* Fix a few more places where induction variable types were usedDan Gohman2009-03-091-2/+2
* Use ReplacedTy instead of recomputing the same value.Dan Gohman2009-03-091-1/+1
* Use LoopInfo's getLoopLatch() instead of doing what it does manualy.Dan Gohman2009-03-091-12/+4
* Don't use an induction variable type as a memory access type.Dan Gohman2009-03-091-3/+5
* Factor out the code that determines the memory access typeDan Gohman2009-03-091-18/+29
* Add helper pass to remove llvm.dbg.declare intrinsics.Devang Patel2009-03-091-0/+62
* Move the sorting of the StrideOrder array earlier so that it doesn'tDan Gohman2009-03-091-4/+3
* Delete the isOnlyStride argument, which is unused.Dan Gohman2009-03-091-9/+4
* Tidy some LSR debug output: announce the loop it's about to processDan Gohman2009-03-091-6/+6
* ARM target now also recognize triplets like thumbv6-apple-darwin and set thum...Evan Cheng2009-03-092-14/+24
* Fix PR3763 by using proper APInt methods instead of uint64_t's.Chris Lattner2009-03-091-3/+4
* ARM isLegalAddressImmediate should check if type is a simple type now that op...Evan Cheng2009-03-091-0/+3