summaryrefslogtreecommitdiffstats
path: root/llvm/lib/CodeGen/LLVMTargetMachine.cpp
Commit message (Expand)AuthorAgeFilesLines
* Enable exception handling int JITNicolas Geoffray2008-02-131-2/+2
* don't create the post-ra scheduler unless it is enabled.Chris Lattner2008-01-141-1/+7
* Ammending r45669 with a missing file.Gordon Henriksen2008-01-071-4/+23
* allow sinking to be enabled for the jitChris Lattner2008-01-051-0/+3
* Move option to enable machine LICM into LLVMTargetMachine.cpp.Bill Wendling2008-01-041-3/+8
* Add a really quick hack at a machine code sinking pass, enabled with --enable...Chris Lattner2008-01-041-0/+9
* Remove attribution from file headers, per discussion on llvmdev.Chris Lattner2007-12-291-2/+2
* Initial commit of the machine code LICM pass. It successfully hoists this:Bill Wendling2007-12-071-4/+8
* Move subreg lowering pass to be right after regalloc, per feedback.Christopher Lamb2007-07-271-4/+10
* Add a MachineFunction pass, which runs post register allocation, that turns s...Christopher Lamb2007-07-261-0/+4
* Added -print-emitted-asm to print out JIT generated asm to cerr.Evan Cheng2007-07-201-2/+4
* Modify previous patch per review comments.Dale Johannesen2007-07-131-2/+4
* Skeleton of post-RA scheduler; doesn't do anything yet.Dale Johannesen2007-07-131-0/+6
* Exception handling has been implemented.Duncan Sands2007-07-111-3/+2
* document and hide two options.Chris Lattner2007-06-191-2/+5
* name change requested by review of previous patchDale Johannesen2007-05-221-2/+2
* Make tail merging the default, except on powerPC. There was no prior artDale Johannesen2007-05-221-2/+2
* move a bunch of code out of the sdisel pass into its own opt pass "codegenpre...Chris Lattner2007-03-311-2/+20
* Add a -print-lsr-output option to LLC, to print the output of the LSR pass.Chris Lattner2007-03-311-1/+9
* Now LoopStrengthReduce is a LoopPass.Devang Patel2007-03-061-0/+1
* Use exception flag.Jim Laskey2007-02-221-1/+2
* Split the addPassesToEmitFile method up into two. This is so that we canBill Wendling2007-02-081-48/+52
* Removed more <iostream> includesBill Wendling2006-12-071-11/+10
* enable the branch folding pass for the JIT.Chris Lattner2006-11-161-0/+3
* 1. Add a pass to fold debug label instructions so a debug info client can detectJim Laskey2006-11-071-0/+3
* Don't do dead block elimination in fast mode.Jim Laskey2006-10-241-1/+2
* add the branch folding pass as a late cleanup pass for all targets. For nowChris Lattner2006-10-131-0/+3
* add setJumpBufSize() and setJumpBufAlignment() to target-lowering.Duraid Madina2006-09-041-2/+2
* new fileChris Lattner2006-09-041-0/+154
OpenPOWER on IntegriCloud