aboutsummaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* Indentation.Evan Cheng2009-05-131-1/+1
* Change MachineInstrBuilder::addReg() to take a flag instead of a list ofBill Wendling2009-05-131-11/+45
* Add three new helper routines, getNoopOrZeroExtend,Dan Gohman2009-05-131-0/+15
* Add an int64_t variant of abs, for host environmentsDale Johannesen2009-05-131-0/+7
* Add support for GCC compatible builtin setjmp and longjmp intrinsics. This isJim Grosbach2009-05-122-0/+17
* More MSVC fixes -- class/struct conflicts.Bill Wendling2009-05-121-1/+1
* Use struct instead of class to make MCVS compile.Bill Wendling2009-05-121-1/+1
* Clarify a comment.Dan Gohman2009-05-121-1/+1
* Factor the code for collecting IV users out of LSR into an IVUsers class,Dan Gohman2009-05-121-0/+235
* Add DW_AT_APPLE_isa and DW_AT_APPLE_block. Radar 6867696Mike Stump2009-05-111-0/+2
* Don't #include DerivedTypes.h from TargetData.h.Jay Foad2009-05-111-1/+3
* Add a comment about the special meaning of VoidTy in this context.Dan Gohman2009-05-111-0/+2
* Add terminal width detection to llvm::sys::Process. This is needed toDouglas Gregor2009-05-114-1/+21
* Shrink wrapping in PEI:John Mosby2009-05-111-4/+14
* Change TargetData::getIntPtrType() to return an IntegerType instead ofJay Foad2009-05-111-3/+2
* Needed #includes. Thanks Fritz van Bommel!Bill Wendling2009-05-101-0/+1
* Make MDNode use CallbackVH. Also change MDNode to store Value* instead ofNick Lewycky2009-05-102-50/+130
* Rename PaddedSize to AllocSize, in the hope that thisDuncan Sands2009-05-092-9/+9
* Fix another bug in r71252. This code supports GetElementPtrDan Gohman2009-05-081-1/+1
* Add memoization for getSCEVAtScope results for instructionsDan Gohman2009-05-081-0/+5
* Make the SCEV* form of getSCEVAtScope public, to allow ScalarEvolutionDan Gohman2009-05-081-5/+4
* Factor out the code for creating SCEVs for GEPs into aDan Gohman2009-05-081-0/+4
* Add a getExitBlock utility function to LoopInfo which returns theDan Gohman2009-05-081-0/+10
* Factor out cycle-finder code and make it generic.Anton Korobeynikov2009-05-081-4/+2
* Add some examples to show the difference betweenDuncan Sands2009-05-081-0/+17
* Revert 71165. It did more than just revert 71158 and it introducedDan Gohman2009-05-072-15/+1
* Temporarily revert r71158. It was causing a failure during a full bootstrap:Bill Wendling2009-05-072-1/+15
* Factor out a common base class between SCEVCommutativeExpr andDan Gohman2009-05-071-30/+34
* Move the tablegen-produced DebugLoc handling into a AsmWriter::processDebugLo...Argyrios Kyrtzidis2009-05-071-1/+4
* Rename "loop aligner" pass to "code placement optimization" pass.Evan Cheng2009-05-071-3/+3
* Add const modifiers.Jakob Stoklund Olesen2009-05-071-1/+1
* Just turn aggressive stack coloring off at -O3.Bill Wendling2009-05-071-1/+1
* Temporarily revert r71010. It was causing massive failures during self-hosting.Bill Wendling2009-05-071-1/+1
* Make DwarfWriter::RecordInlinedFnStart more like the other DwarfWriter's meth...Argyrios Kyrtzidis2009-05-071-3/+3
* Add simplify_type specializations to allow WeakVH, AssertingVH, andDan Gohman2009-05-061-2/+37
* CMake: Detects libpthread and sets HAVE_LIBPTHREAD.Oscar Fuentes2009-05-061-1/+1
* CMake: Added cmakedefine for HAVE_PTHREAD_H.Oscar Fuentes2009-05-061-0/+3
* OCaml parameter attribute bindings from PR2752.Duncan Sands2009-05-061-0/+2
* Allow readonly functions to unwind exceptions. TeachDuncan Sands2009-05-061-8/+18
* Quotes should be printed before private prefix; some code clean up.Evan Cheng2009-05-051-1/+5
* Add dump method to DIDescriptor.Bill Wendling2009-05-051-0/+2
* Add an explicit keyword.Dan Gohman2009-05-051-1/+2
* Forgot this in the last commit.Evan Cheng2009-05-051-1/+1
* Move getInstrOperandRegClass from the scheduler to TargetInstrInfo.Evan Cheng2009-05-051-0/+7
* Re-apply 70645, converting ScalarEvolution to useDan Gohman2009-05-043-50/+33
* Make DBG_STOPPOINT nodes, and therefore DBG_LABEL labels, get a DebugLoc, so ...Chris Lattner2009-05-041-2/+2
* Restore minor deletion.Mike Stump2009-05-043-6/+14
* In some rare cases, the register allocator can spill registers but end up not...Evan Cheng2009-05-034-31/+52
* Properly handle sdiv / udiv / srem / urem libcallsAnton Korobeynikov2009-05-031-0/+4
* -Move the DwarfWriter::ValidDebugInfo check to a static DIDescriptor::ValidDe...Argyrios Kyrtzidis2009-05-032-3/+4