summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Revert r66765 and r66766. These were causing build failures on Darwin.Bill Wendling2009-03-124-150/+39
* Regenerate.Nick Lewycky2009-03-121-32/+121
* Set ARCH to x86 on mixed 32/64-bit Linux systems.Nick Lewycky2009-03-123-7/+29
* Forgot to check-in this as part of 7761.Sanjiv Gupta2009-03-121-3/+2
* Banksel optimization is now based on the section names of symbols, since the ...Sanjiv Gupta2009-03-121-44/+52
* Allow for switch values bigger than 64 bits.Dale Johannesen2009-03-121-1/+1
* Add StringMap::lookup.Daniel Dunbar2009-03-121-0/+21
* Fix some nondeterministic behavior when forwardingDale Johannesen2009-03-121-3/+13
* Also pass -gcc-tool-args when building a shared object.Evan Cheng2009-03-121-2/+5
* Revert r66024. The JIT encoding for CALLpcrel32 is wrong -- see PR3773, and theDan Gohman2009-03-114-18/+4
* updateGabor Greif2009-03-111-0/+1
* optimize i8 and i16 tls values.Rafael Espindola2009-03-113-0/+38
* Reorganization: Move the Spiller out of VirtRegMap.cpp into its own files. N...Owen Anderson2009-03-116-1886/+1971
* Add a -no-implicit-float flag. This acts like -soft-float, but may generateBill Wendling2009-03-113-76/+79
* Skip interleaved debug info when fast-forwarding throughDale Johannesen2009-03-111-2/+2
* My last coalescer fix introduced a subtler one. It's aborting a commuting opt...Evan Cheng2009-03-112-5/+96
* Debug intriniscs should be skipped when lookingDale Johannesen2009-03-111-1/+1
* Another bug :(Anton Korobeynikov2009-03-111-1/+1
* Make Print callable from a pass's print method: add const qualifier. NoTorok Edwin2009-03-112-2/+2
* I should definitely read make docs someday :(Anton Korobeynikov2009-03-111-2/+3
* do not pretend llvm/.../*.h being system headersGabor Greif2009-03-112-13/+13
* Unbreak the build. Dunno, why it did not fail on mingw :(Anton Korobeynikov2009-03-112-2/+2
* It makes no sense to have a ODR version of commonDuncan Sands2009-03-1122-61/+29
* fix validator errorsGabor Greif2009-03-112-2/+2
* Fix exaples using IRBuilder. Thanks, Quadrescence and Glip7 from IRC!Gabor Greif2009-03-117-12/+12
* Disable plugins / shared stuff generation on windows targets.Anton Korobeynikov2009-03-112-0/+10
* For yonah, fix a vector shuffle case for v16i8 where we didn't properly clear...Mon P Wang2009-03-112-2/+33
* implement support for C-style string literal concatenation in td files.Chris Lattner2009-03-112-2/+17
* 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-1113-52/+25
* 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-112-1/+13
* 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-113-7/+58
* Put the assignment back at the top of this method.Bill Wendling2009-03-111-2/+2
* Two coalescer fixes in one.Evan Cheng2009-03-114-8/+98
* Make ivars private. Other cleanup. No functionality change.Bill Wendling2009-03-101-59/+27
* Changed Allocate to use size_t instead of unsigned.Mon P Wang2009-03-101-2/+2
* Add an explicit keyword.Dan Gohman2009-03-101-1/+1
* Fixed rounding up EltSizeMon P Wang2009-03-101-1/+1
* Give Op<N>() AppleScript-like semantics, i.e. for negative N it indexes relat...Gabor Greif2009-03-102-16/+19
* 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
* Readd test, but XFAIL it.Bill Wendling2009-03-101-0/+14
* Refine the Dwarf writer timers so that they measure exception writing and debugBill Wendling2009-03-102-147/+169