summaryrefslogtreecommitdiff
path: root/include
Commit message (Expand)AuthorAge
* Factor the code for collecting IV users out of LSR into an IVUsers class,Dan Gohman2009-05-12
* Add DW_AT_APPLE_isa and DW_AT_APPLE_block. Radar 6867696Mike Stump2009-05-11
* Don't #include DerivedTypes.h from TargetData.h.Jay Foad2009-05-11
* Add a comment about the special meaning of VoidTy in this context.Dan Gohman2009-05-11
* Add terminal width detection to llvm::sys::Process. This is needed toDouglas Gregor2009-05-11
* Shrink wrapping in PEI:John Mosby2009-05-11
* Change TargetData::getIntPtrType() to return an IntegerType instead ofJay Foad2009-05-11
* Needed #includes. Thanks Fritz van Bommel!Bill Wendling2009-05-10
* Make MDNode use CallbackVH. Also change MDNode to store Value* instead ofNick Lewycky2009-05-10
* Rename PaddedSize to AllocSize, in the hope that thisDuncan Sands2009-05-09
* Fix another bug in r71252. This code supports GetElementPtrDan Gohman2009-05-08
* Add memoization for getSCEVAtScope results for instructionsDan Gohman2009-05-08
* Make the SCEV* form of getSCEVAtScope public, to allow ScalarEvolutionDan Gohman2009-05-08
* Factor out the code for creating SCEVs for GEPs into aDan Gohman2009-05-08
* Add a getExitBlock utility function to LoopInfo which returns theDan Gohman2009-05-08
* Factor out cycle-finder code and make it generic.Anton Korobeynikov2009-05-08
* Add some examples to show the difference betweenDuncan Sands2009-05-08
* Revert 71165. It did more than just revert 71158 and it introducedDan Gohman2009-05-07
* Temporarily revert r71158. It was causing a failure during a full bootstrap:Bill Wendling2009-05-07
* Factor out a common base class between SCEVCommutativeExpr andDan Gohman2009-05-07
* Move the tablegen-produced DebugLoc handling into a AsmWriter::processDebugLo...Argyrios Kyrtzidis2009-05-07
* Rename "loop aligner" pass to "code placement optimization" pass.Evan Cheng2009-05-07
* Add const modifiers.Jakob Stoklund Olesen2009-05-07
* Just turn aggressive stack coloring off at -O3.Bill Wendling2009-05-07
* Temporarily revert r71010. It was causing massive failures during self-hosting.Bill Wendling2009-05-07
* Make DwarfWriter::RecordInlinedFnStart more like the other DwarfWriter's meth...Argyrios Kyrtzidis2009-05-07
* Add simplify_type specializations to allow WeakVH, AssertingVH, andDan Gohman2009-05-06
* CMake: Detects libpthread and sets HAVE_LIBPTHREAD.Oscar Fuentes2009-05-06
* CMake: Added cmakedefine for HAVE_PTHREAD_H.Oscar Fuentes2009-05-06
* OCaml parameter attribute bindings from PR2752.Duncan Sands2009-05-06
* Allow readonly functions to unwind exceptions. TeachDuncan Sands2009-05-06
* Quotes should be printed before private prefix; some code clean up.Evan Cheng2009-05-05
* Add dump method to DIDescriptor.Bill Wendling2009-05-05
* Add an explicit keyword.Dan Gohman2009-05-05
* Forgot this in the last commit.Evan Cheng2009-05-05
* Move getInstrOperandRegClass from the scheduler to TargetInstrInfo.Evan Cheng2009-05-05
* Re-apply 70645, converting ScalarEvolution to useDan Gohman2009-05-04
* Make DBG_STOPPOINT nodes, and therefore DBG_LABEL labels, get a DebugLoc, so ...Chris Lattner2009-05-04
* Restore minor deletion.Mike Stump2009-05-04
* In some rare cases, the register allocator can spill registers but end up not...Evan Cheng2009-05-03
* Properly handle sdiv / udiv / srem / urem libcallsAnton Korobeynikov2009-05-03
* -Move the DwarfWriter::ValidDebugInfo check to a static DIDescriptor::ValidDe...Argyrios Kyrtzidis2009-05-03
* Revert r70645 for now; it's causing a variety of regressions.Dan Gohman2009-05-03
* Convert ScalarEvolution to use CallbackVH for its internal map. ThisDan Gohman2009-05-02
* Apply Jeffrey Yasskin's CallbackVH patch, with minor tweaks from meDan Gohman2009-05-02
* Include <limits.h> to get the definition of CHAR_BIT.Dan Gohman2009-05-02
* Previously, RecursivelyDeleteDeadInstructions provided an optionDan Gohman2009-05-02
* When ScalarEvolution is told to forget the trip count for a loop, haveDan Gohman2009-05-02
* Drop the default assumption about alignment down to 2 bits from 3. This appa...Chris Lattner2009-05-01
* Prevent looping when DenseSet is abused.Stuart Hastings2009-05-01