aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* If a MI uses the same register more than once, only mark one of them as 'kill'.Evan Cheng2009-03-082-6/+100
* use MemTransferInst.Chris Lattner2009-03-081-1/+1
* Introduce a new MemTransferInst pseudo class, which is a commonChris Lattner2009-03-083-64/+56
* add a note.Chris Lattner2009-03-081-0/+40
* add a note.Chris Lattner2009-03-081-0/+22
* implement an optimization to codegen c ? 1.0 : 2.0 as load { 2.0, 1.0 } + c*4. Chris Lattner2009-03-083-5/+68
* random cleanups.Chris Lattner2009-03-081-4/+3
* Fix misaligned whitespace. No functionality change.Nick Lewycky2009-03-081-4/+4
* fix a serious pessimization that Tron on IRC pointed out where we wouldChris Lattner2009-03-072-3/+22
* Revert r66315. Fix the build on mixed 64/32 Linux systems.Nick Lewycky2009-03-071-10/+2
* Remove some duplication.Mikhail Glushenkov2009-03-071-5/+8
* Introduce new linkage types linkonce_odr, weak_odr, common_odrDuncan Sands2009-03-0743-192/+370
* simplify the way how traits get hold of the symbol tableGabor Greif2009-03-074-28/+16
* further simplifications arising from peruse of the more declarative interfaceGabor Greif2009-03-077-28/+5
* Remove the burden of dealing with list offsetsGabor Greif2009-03-074-67/+25
* When a crash signal is delivered do two things: remove all of ourChris Lattner2009-03-071-5/+14
* Finish cross-process JIT work, and clean up previous work.Nate Begeman2009-03-072-30/+40
* Arithmetic instructions don't set EFLAGS bits OF and CF bitsDan Gohman2009-03-073-14/+52
* If ARCH is x86_64, pass -m64 to the host compiler. -m32 for i386. This makes ...Evan Cheng2009-03-071-0/+8
* Add IRBuilder::CreateConstGEP{1, 2}_{32, 64}.Daniel Dunbar2009-03-061-4/+36
* Rename my makefile debugging rule to prevent accidental collisions.Daniel Dunbar2009-03-061-2/+2
* Add Module::getNamedValue; use to normalize access to Module symbolDaniel Dunbar2009-03-062-19/+31
* Fix another case where debug info interferes withDale Johannesen2009-03-061-2/+6
* Add default constructor to SDNode to make gcc 3.4.6 happy.Tanya Lattner2009-03-061-0/+4
* Use c_str() to force the string to be nul-terminated.Dan Gohman2009-03-061-1/+1
* Add a comment.Mikhail Glushenkov2009-03-061-0/+1
* some nits noticed by DuncanChris Lattner2009-03-061-2/+3
* fix header comment and include guard.Chris Lattner2009-03-061-9/+5
* add a bunch more passes to the C bindings (PR3734), patch byChris Lattner2009-03-064-19/+280
* Trailing whitespace.Mikhail Glushenkov2009-03-061-3/+3
* Trailing whitespace.Mikhail Glushenkov2009-03-061-18/+18
* While thinking about the one-definition-rule and tryingDuncan Sands2009-03-062-3/+23
* on apple systems, integrate nicely with crash reporter.Chris Lattner2009-03-061-4/+34
* While converting an aggregate to scalare, ignore and remove aggregate's debug...Devang Patel2009-03-062-3/+196
* Sprinkle some PrettyStackEntry magic into the passmanager. With this, we nowChris Lattner2009-03-063-90/+129
* Remove this as dbginfo intrinsics has been defined asZhou Sheng2009-03-061-5/+0
* 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