- 0582ae9 Oops...I committed too much. by Bill Wendling · 16 years ago
- c7a09ab Temporarily XFAIL this test. by Bill Wendling · 16 years ago
- 77502c9 Enhance address-mode folding of ISD::ADD to handle cases where the by Dan Gohman · 16 years ago
- 990afed Fix one more place where debug info affected codegen (speculative execution). by Dale Johannesen · 16 years ago
- ee167a7 just initialize the first element, we don't need to set the rest to zeros. by Chris Lattner · 16 years ago
- 807926a Eliminate a 9640 byte static mutable initialized data item by moving it by Chris Lattner · 16 years ago
- e213f3f static functions don't need an anonymous namespace. by Chris Lattner · 16 years ago
- b398fca Fix a typo in a comment. by Dan Gohman · 16 years ago
- 8483e54 Previous debug info fix to this code wasn't quite by Dale Johannesen · 16 years ago
- 7e07c00 cosmetic change, in preparation of future change by Gabor Greif · 16 years ago
- 379e15e Add this test back. by Evan Cheng · 16 years ago
- bcf8ea9 raw_ostream: unbuffered streams weren't being immediately flushed on by Daniel Dunbar · 16 years ago
- 58256f8 Revert commit 66140 since it caused several failures by Duncan Sands · 16 years ago
- 87af5f0 Darwin 10.4.x: "-rpath" is unnecessary when linking shared libraries. by Scott Michel · 16 years ago
- c81f544 There already was a class to force deterministic by Dale Johannesen · 16 years ago
- 85cdfad Fix an inconsistent use of LLVMGCCDIR. In all other cases, this directory by Bob Wilson · 16 years ago
- ae5a20a Rearrange operands of the BranchInst, to be able to by Gabor Greif · 16 years ago
- a065200 Re-apply 66024 with fixes: 1. Fixed indirect call to immediate address assembly. 2. Fixed JIT encoding by making the address pc-relative. by Evan Cheng · 16 years ago
- 80b8a62 Another missing check for debug intrinsics. by Dale Johannesen · 16 years ago
- 40a07a4 Fully initialize all ivars, fixing PR3790, patch by Edwin Torok! by Chris Lattner · 16 years ago
- 826af20 Typo. by Evan Cheng · 16 years ago
- 0b220d0 Fix test after Chris' select changes. by Evan Cheng · 16 years ago
- 1aeac02 Adjust this test for recent sroa improvements. by Duncan Sands · 16 years ago
- 6a65f42 add some text to explain sentinels by Gabor Greif · 16 years ago
- 0cbcabe minor tweaks by Gabor Greif · 16 years ago
- 0ff4e21 Reorganize some #include's. by Owen Anderson · 16 years ago
- d1980a5 Move 3 "(add (select cc, 0, c), x) -> (select cc, x, (add, x, c))" by Chris Lattner · 16 years ago
- 2b9f434 improve comment. by Chris Lattner · 16 years ago
- 8042255 Enable Chris' value propagation change. It make available known sign, zero, one bits information for values that are live out of basic blocks. The goal is to eliminate unnecessary sext, zext, truncate of values that are live-in to blocks. This does not handle PHI nodes yet. by Evan Cheng · 16 years ago
- 536e667 On x86, if the only use of a i64 load is a i64 store, generate a pair of double load and store instead. by Evan Cheng · 16 years ago
- 1285295 add no-unwind, remove duplicate run line. by Chris Lattner · 16 years ago
- 7a15c8f add nounwinds by Chris Lattner · 16 years ago
- a083335 Revert r66765 and r66766. These were causing build failures on Darwin. by Bill Wendling · 16 years ago
- fb13881 Regenerate. by Nick Lewycky · 16 years ago
- 8bc0803 Set ARCH to x86 on mixed 32/64-bit Linux systems. by Nick Lewycky · 16 years ago
- 054401b Forgot to check-in this as part of 7761. by Sanjiv Gupta · 16 years ago
- d076570 Banksel optimization is now based on the section names of symbols, since the symbols in one section will always be put into one bank. by Sanjiv Gupta · 16 years ago
- 1379cad Allow for switch values bigger than 64 bits. by Dale Johannesen · 16 years ago
- e889d83 Add StringMap::lookup. by Daniel Dunbar · 16 years ago
- a9537cf Fix some nondeterministic behavior when forwarding by Dale Johannesen · 16 years ago
- fd82995 Also pass -gcc-tool-args when building a shared object. by Evan Cheng · 16 years ago
- 3014376 Revert r66024. The JIT encoding for CALLpcrel32 is wrong -- see PR3773, and the by Dan Gohman · 16 years ago
- c40d4f8 update by Gabor Greif · 16 years ago
- b316f90 optimize i8 and i16 tls values. by Rafael Espindola · 16 years ago
- 1ed5b71 Reorganization: Move the Spiller out of VirtRegMap.cpp into its own files. No (intended) functionality change. by Owen Anderson · 16 years ago
- f9abd7e Add a -no-implicit-float flag. This acts like -soft-float, but may generate by Bill Wendling · 16 years ago
- a891518 Skip interleaved debug info when fast-forwarding through by Dale Johannesen · 16 years ago
- a597a97 My last coalescer fix introduced a subtler one. It's aborting a commuting optimization too late and left the live intervals to be out of sync with instructions. This fixes 8b10b. by Evan Cheng · 16 years ago
- 497cb6f Debug intriniscs should be skipped when looking by Dale Johannesen · 16 years ago
- 773f57e Another bug :( by Anton Korobeynikov · 16 years ago
- 1d98870 Make Print callable from a pass's print method: add const qualifier. No by Torok Edwin · 16 years ago
- 26d6e21 I should definitely read make docs someday :( by Anton Korobeynikov · 16 years ago
- c540b1f do not pretend llvm/.../*.h being system headers by Gabor Greif · 16 years ago
- 317bc24 Unbreak the build. Dunno, why it did not fail on mingw :( by Anton Korobeynikov · 16 years ago
- 4dc2b39 It makes no sense to have a ODR version of common linkage, so remove it. by Duncan Sands · 16 years ago
- 94244f3 fix validator errors by Gabor Greif · 16 years ago
- d6c1ed0 Fix exaples using IRBuilder. Thanks, Quadrescence and Glip7 from IRC! by Gabor Greif · 16 years ago
- ad9d21a Disable plugins / shared stuff generation on windows targets. by Anton Korobeynikov · 16 years ago
- 6b3ef69 For yonah, fix a vector shuffle case for v16i8 where we didn't properly clear some bits. by Mon P Wang · 16 years ago
- d7a50cf implement support for C-style string literal concatenation in td files. by Chris Lattner · 16 years ago
- eda2ec3 fix PR3785, a valgrind error on test/CodeGen/ARM/pr3502.ll by Chris Lattner · 16 years ago
- 9e8bd0b Add parentheses to pacify gcc-4.3. by Duncan Sands · 16 years ago
- 5f4ee1f Remove the one-definition-rule version of extern_weak by Duncan Sands · 16 years ago
- 841c6a4 Allow cross-process JIT to handle MachineRelocations of the ExternalSymbol by Nate Begeman · 16 years ago
- 37b9a19 Fixed a v8i16 shuffle case that should generate a pshufb instead of a pshuflw/hw. by Mon P Wang · 16 years ago
- 47b4ce8 formatting change, reduce indentation. No functionality change. by Chris Lattner · 16 years ago
- 600fec3 reapply my previous patch (r66358) with a tweak to set the by Chris Lattner · 16 years ago
- 1362f97 Put the assignment back at the top of this method. by Bill Wendling · 16 years ago
- a2e6435 Two coalescer fixes in one. by Evan Cheng · 16 years ago
- dd44632 Make ivars private. Other cleanup. No functionality change. by Bill Wendling · 16 years ago
- 535f390 Changed Allocate to use size_t instead of unsigned. by Mon P Wang · 16 years ago
- 7f3030c Add an explicit keyword. by Dan Gohman · 16 years ago
- cabb383 Fixed rounding up EltSize by Mon P Wang · 16 years ago
- 20cb462 Give Op<N>() AppleScript-like semantics, i.e. for negative N it indexes relative to op_end. by Gabor Greif · 16 years ago
- 68edf5f Just make the Dwarf timer group static inside of the getter function. No need to alloc/dealloc. by Bill Wendling · 16 years ago
- fc232b0 Don't put static functions in anonymous namespace. by Bill Wendling · 16 years ago
- 8aa90fe Don't consider debug intrinsics when checking by Dale Johannesen · 16 years ago
- 7b69720 These should *stop* the timer, not start it again. by Bill Wendling · 16 years ago
- e9e960f - Fix misspelled method name. - Remove unused method. by Bill Wendling · 16 years ago
- c8615e4 - Create GetOrCreateSourceID from getOrCreateSourceID. GetOrCreateSourceID is by Bill Wendling · 16 years ago
- aad49fe Readd test, but XFAIL it. by Bill Wendling · 16 years ago
- 163ba3f Refine the Dwarf writer timers so that they measure exception writing and debug by Bill Wendling · 16 years ago
- ff278b1 Removing a dead debug intrinsic shouldn't trigger by Dale Johannesen · 16 years ago
- 41d88d2 Revert 66358 for now. It's breaking povray, 450.soplex, and 456.hmmer on x86 / Darwin. by Evan Cheng · 16 years ago
- 91b8b80 Add a timer to the DwarfWriter pass that measures the total time it takes to by Bill Wendling · 16 years ago
- 111def8 Add -disable-bindings for utils/NewNightlyTest.pl by Daniel Dunbar · 16 years ago
- 4832f88 Change these sed lines to behave correctly when the input string by Dan Gohman · 16 years ago
- ac57b12 Use WriteAsOperand instead of manually decorating the name for this by Dan Gohman · 16 years ago
- 1274ced Fix a post-RA scheduling liveness bug. When a basic block is being by Dan Gohman · 16 years ago
- 9200c89 Ignore dbg info, while estimating size of jump through block. by Devang Patel · 16 years ago
- 075630a Fix rebuilding after a .td file is modified. This was broken since revision by Rafael Espindola · 16 years ago
- 1b030a1 don't pass -Wl,-exported_symbol -Wl,_main to the linker when building on by Chris Lattner · 16 years ago
- ab5acba Tweak the DejaGNU voodoo to match Bill's advice. by Stuart Hastings · 16 years ago
- e77e434 PR3478: raw_ostream should not buffer stderr by Daniel Dunbar · 16 years ago
- 7af9248 Add C++ marker. by Daniel Dunbar · 16 years ago
- 090c0a2 Do not attempt to do parial redundancy elimination on void values. by John Criswell · 16 years ago
- ff7d0e9 Global variables don't have a corresponding llvm.dbg.declare, yet it is possible by Torok Edwin · 16 years ago
- c29f0c7 Mark the Defs and Uses of STATUS register correctly, plus some reformatting. by Sanjiv Gupta · 16 years ago
- 8c7848f If a function is marked alwaysinline, it must be inlined (possibly for correctness). Do so even if the callee has dynamic alloca and the caller doesn't. by Evan Cheng · 16 years ago
- 3528e38 Add radar number. by Bill Wendling · 16 years ago