| Commit message (Expand) | Author | Age | Files | Lines |
* | Indentation. | Evan Cheng | 2009-05-13 | 1 | -1/+1 |
* | Change MachineInstrBuilder::addReg() to take a flag instead of a list of | Bill Wendling | 2009-05-13 | 1 | -11/+45 |
* | Add three new helper routines, getNoopOrZeroExtend, | Dan Gohman | 2009-05-13 | 1 | -0/+15 |
* | Add an int64_t variant of abs, for host environments | Dale Johannesen | 2009-05-13 | 1 | -0/+7 |
* | Add support for GCC compatible builtin setjmp and longjmp intrinsics. This is | Jim Grosbach | 2009-05-12 | 2 | -0/+17 |
* | More MSVC fixes -- class/struct conflicts. | Bill Wendling | 2009-05-12 | 1 | -1/+1 |
* | Use struct instead of class to make MCVS compile. | Bill Wendling | 2009-05-12 | 1 | -1/+1 |
* | Clarify a comment. | Dan Gohman | 2009-05-12 | 1 | -1/+1 |
* | Factor the code for collecting IV users out of LSR into an IVUsers class, | Dan Gohman | 2009-05-12 | 1 | -0/+235 |
* | Add DW_AT_APPLE_isa and DW_AT_APPLE_block. Radar 6867696 | Mike Stump | 2009-05-11 | 1 | -0/+2 |
* | Don't #include DerivedTypes.h from TargetData.h. | Jay Foad | 2009-05-11 | 1 | -1/+3 |
* | Add a comment about the special meaning of VoidTy in this context. | Dan Gohman | 2009-05-11 | 1 | -0/+2 |
* | Add terminal width detection to llvm::sys::Process. This is needed to | Douglas Gregor | 2009-05-11 | 4 | -1/+21 |
* | Shrink wrapping in PEI: | John Mosby | 2009-05-11 | 1 | -4/+14 |
* | Change TargetData::getIntPtrType() to return an IntegerType instead of | Jay Foad | 2009-05-11 | 1 | -3/+2 |
* | Needed #includes. Thanks Fritz van Bommel! | Bill Wendling | 2009-05-10 | 1 | -0/+1 |
* | Make MDNode use CallbackVH. Also change MDNode to store Value* instead of | Nick Lewycky | 2009-05-10 | 2 | -50/+130 |
* | Rename PaddedSize to AllocSize, in the hope that this | Duncan Sands | 2009-05-09 | 2 | -9/+9 |
* | Fix another bug in r71252. This code supports GetElementPtr | Dan Gohman | 2009-05-08 | 1 | -1/+1 |
* | Add memoization for getSCEVAtScope results for instructions | Dan Gohman | 2009-05-08 | 1 | -0/+5 |
* | Make the SCEV* form of getSCEVAtScope public, to allow ScalarEvolution | Dan Gohman | 2009-05-08 | 1 | -5/+4 |
* | Factor out the code for creating SCEVs for GEPs into a | Dan Gohman | 2009-05-08 | 1 | -0/+4 |
* | Add a getExitBlock utility function to LoopInfo which returns the | Dan Gohman | 2009-05-08 | 1 | -0/+10 |
* | Factor out cycle-finder code and make it generic. | Anton Korobeynikov | 2009-05-08 | 1 | -4/+2 |
* | Add some examples to show the difference between | Duncan Sands | 2009-05-08 | 1 | -0/+17 |
* | Revert 71165. It did more than just revert 71158 and it introduced | Dan Gohman | 2009-05-07 | 2 | -15/+1 |
* | Temporarily revert r71158. It was causing a failure during a full bootstrap: | Bill Wendling | 2009-05-07 | 2 | -1/+15 |
* | Factor out a common base class between SCEVCommutativeExpr and | Dan Gohman | 2009-05-07 | 1 | -30/+34 |
* | Move the tablegen-produced DebugLoc handling into a AsmWriter::processDebugLo... | Argyrios Kyrtzidis | 2009-05-07 | 1 | -1/+4 |
* | Rename "loop aligner" pass to "code placement optimization" pass. | Evan Cheng | 2009-05-07 | 1 | -3/+3 |
* | Add const modifiers. | Jakob Stoklund Olesen | 2009-05-07 | 1 | -1/+1 |
* | Just turn aggressive stack coloring off at -O3. | Bill Wendling | 2009-05-07 | 1 | -1/+1 |
* | Temporarily revert r71010. It was causing massive failures during self-hosting. | Bill Wendling | 2009-05-07 | 1 | -1/+1 |
* | Make DwarfWriter::RecordInlinedFnStart more like the other DwarfWriter's meth... | Argyrios Kyrtzidis | 2009-05-07 | 1 | -3/+3 |
* | Add simplify_type specializations to allow WeakVH, AssertingVH, and | Dan Gohman | 2009-05-06 | 1 | -2/+37 |
* | CMake: Detects libpthread and sets HAVE_LIBPTHREAD. | Oscar Fuentes | 2009-05-06 | 1 | -1/+1 |
* | CMake: Added cmakedefine for HAVE_PTHREAD_H. | Oscar Fuentes | 2009-05-06 | 1 | -0/+3 |
* | OCaml parameter attribute bindings from PR2752. | Duncan Sands | 2009-05-06 | 1 | -0/+2 |
* | Allow readonly functions to unwind exceptions. Teach | Duncan Sands | 2009-05-06 | 1 | -8/+18 |
* | Quotes should be printed before private prefix; some code clean up. | Evan Cheng | 2009-05-05 | 1 | -1/+5 |
* | Add dump method to DIDescriptor. | Bill Wendling | 2009-05-05 | 1 | -0/+2 |
* | Add an explicit keyword. | Dan Gohman | 2009-05-05 | 1 | -1/+2 |
* | Forgot this in the last commit. | Evan Cheng | 2009-05-05 | 1 | -1/+1 |
* | Move getInstrOperandRegClass from the scheduler to TargetInstrInfo. | Evan Cheng | 2009-05-05 | 1 | -0/+7 |
* | Re-apply 70645, converting ScalarEvolution to use | Dan Gohman | 2009-05-04 | 3 | -50/+33 |
* | Make DBG_STOPPOINT nodes, and therefore DBG_LABEL labels, get a DebugLoc, so ... | Chris Lattner | 2009-05-04 | 1 | -2/+2 |
* | Restore minor deletion. | Mike Stump | 2009-05-04 | 3 | -6/+14 |
* | In some rare cases, the register allocator can spill registers but end up not... | Evan Cheng | 2009-05-03 | 4 | -31/+52 |
* | Properly handle sdiv / udiv / srem / urem libcalls | Anton Korobeynikov | 2009-05-03 | 1 | -0/+4 |
* | -Move the DwarfWriter::ValidDebugInfo check to a static DIDescriptor::ValidDe... | Argyrios Kyrtzidis | 2009-05-03 | 2 | -3/+4 |