summaryrefslogtreecommitdiff
path: root/include
Commit message (Expand)AuthorAge
* 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
* Actually insert inserted instructions into the InsertedValues map.Dan Gohman2009-05-01
* Add an accessor method to allow clients to test if a given expressionDan Gohman2009-05-01
* Make SCEVExpander::addInsertedValue able to accept Values, not justDan Gohman2009-05-01
* Fix compilation for some targets other than x86.Argyrios Kyrtzidis2009-04-30
* Add a comment to refer to the section of the programmer's manual that explain...Stefanus Du Toit2009-04-30
* Make DebugLoc independent of DwarfWriter.Argyrios Kyrtzidis2009-04-30
* Add a mention of TypeBuilder to the programmer's manual, and clean up the classJeffrey Yasskin2009-04-30
* getCommonSubClass() - Calculate the largest common sub-class of two registerJakob Stoklund Olesen2009-04-30
* Add some comments, and tidy up some whitespace.Dan Gohman2009-04-30
* Extend ScalarEvolution's getBackedgeTakenCount to be able toDan Gohman2009-04-30
* Make dataflow iteration possible on Value*, not only on User*: df_ext_iterato...Torok Edwin2009-04-30
* Oops! Missed a file in my last commit.Nick Lewycky2009-04-30
* Move helper functions for optimizing division by constant into the APIntJay Foad2009-04-30
* Remove unused flags.Bill Wendling2009-04-30
* Remove LTO optimization level.Bill Wendling2009-04-29
* Instead of passing in an unsigned value for the optimization level, use an enum,Bill Wendling2009-04-29
* Add support for a character after a command line option. Like '-Os'.Bill Wendling2009-04-29