summaryrefslogtreecommitdiffstats
path: root/llvm
Commit message (Expand)AuthorAgeFilesLines
...
* While hoisting instruction to speculatively execute simple bb, ignore dbg int...Devang Patel2009-03-062-18/+138
* various cosmetic cleanups.Chris Lattner2009-03-061-136/+107
* this wasn't intended to go in.Chris Lattner2009-03-061-34/+0
* Change various llvm utilities to use PrettyStackTraceProgram inChris Lattner2009-03-0616-33/+112
* Do not count DbgInfoIntrinsic while estimating loop header size.Devang Patel2009-03-061-2/+14
* Skip DbgInfoIntrinsic.Devang Patel2009-03-062-2/+68
* Committing unsaved changes that should've been with r66237.Gordon Henriksen2009-03-061-8/+7
* Fix ScheduleDAGRRList::CopyAndMoveSuccessors' handling of nodesDan Gohman2009-03-062-7/+42
* Use CloneModule's ValueMap to avoid needing to look upDan Gohman2009-03-061-5/+4
* Incorporate feedback to improve GarbageCollection.html.Gordon Henriksen2009-03-061-57/+103
* Don't assign rank numbers to debug intrinsic "calls".Dale Johannesen2009-03-061-1/+3
* When we split a basic block, there's a default branch to the newly created BB.Bill Wendling2009-03-061-0/+3
* Revert 66224.Devang Patel2009-03-062-9/+9
* Revert rev. 66167. Devang Patel2009-03-062-31/+10
* CMake: auto-discover project files under the projects/ subdirectory.Oscar Fuentes2009-03-062-0/+10
* do not close friendship with every odd classGabor Greif2009-03-062-2/+0
* SRThreshold is meant to be inclusive.Evan Cheng2009-03-061-1/+1
* Tweak the check for promotable alloca's to handleDale Johannesen2009-03-061-1/+7
* Do not let debug info prevert globalopt from shriking a global vars to boolean.Devang Patel2009-03-062-7/+74
* Add "check/remove dbg var" helper routines.Devang Patel2009-03-062-0/+53
* Fix a parallel make race condition by swapping the order of -I directories.Bob Wilson2009-03-061-2/+2
* Fix a bugpoint bug on anonymous functions. Instead of looking upDan Gohman2009-03-051-2/+4
* Don't use plain INC32 and DEC32 on x86-64; it needsDan Gohman2009-03-052-8/+30
* When creating X86ISD::INC and X86ISD::DEC nodes, only add one operand.Dan Gohman2009-03-051-1/+6
* Fix the "test" optimization to recognize "dec" as an add ofDan Gohman2009-03-053-9/+31
* Make this test more thorough. Not only should there be no %esi,Dan Gohman2009-03-051-3/+5
* move some code to gracefully handle the case when a handler crashes.Chris Lattner2009-03-051-4/+6
* GlobalOpt only process non constant local GVs while optimizing global vars.Devang Patel2009-03-052-10/+31
* Add missing file.Duncan Sands2009-03-051-0/+1
* (Hopefully) silence a warning.Owen Anderson2009-03-051-1/+1
* Regenerate.Nick Lewycky2009-03-052-29/+134
* Autodetect the availability of -export-dynamic in the linker.Nick Lewycky2009-03-054-25/+62
* Be more careful about choosing restore points when doing restore folding. Th...Owen Anderson2009-03-051-5/+28
* Daniel wanted the stack printed upside down. Perhaps heChris Lattner2009-03-051-6/+14
* indicate what the program args line is.Chris Lattner2009-03-051-1/+3
* switch this message back to only being in -debug mode.Chris Lattner2009-03-051-1/+1
* When allocating stubs, keep track of which Functions are referencing the stub.Nate Begeman2009-03-051-17/+120
* Do not split edges to EH landing pads. It will cause code size explosion.Evan Cheng2009-03-052-0/+40
* Fix how livein live intervals are handled. Previously it could end at MBB sta...Evan Cheng2009-03-051-4/+9
* Fix another case where debug info was affectingDale Johannesen2009-03-051-4/+17
* Ignore the debug info intrinsics when looking for dependency through basic bl...Zhou Sheng2009-03-052-0/+130
* Add comment to emphasize that the while body is empty.Bill Wendling2009-03-051-2/+2
* Fix another case where a dbg.declare meant somethingDale Johannesen2009-03-051-6/+13
* Should have XFAILed this test.Bill Wendling2009-03-041-0/+54
* Temporarily revert r65994. It was causing rdar://6646455.Bill Wendling2009-03-042-72/+6
* ooops, forgot to include the pointless-write eliminator in my previous checkinGabor Greif2009-03-046-0/+7
* Add some cautionary comments.Dale Johannesen2009-03-041-1/+3
* add some helper classes for building light-weight symbolic stack tracesChris Lattner2009-03-042-0/+134
* Re-commit 65975 and a fix for the problem thatDale Johannesen2009-03-042-0/+4
* Add a new 'AddSignalHandler' function to Signals.h that allowsChris Lattner2009-03-043-141/+88
OpenPOWER on IntegriCloud