summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAge
* The transform that tries to turn calls to bitcast functions intoDuncan Sands2008-01-06
* When transforming a call to a bitcast function intoDuncan Sands2008-01-06
* rename isStore -> mayStore to more accurately reflect what it captures.Chris Lattner2008-01-06
* Remove an unused variable.Duncan Sands2008-01-06
* Change the 'isStore' inferrer to look for 'SDNPMayStore' Chris Lattner2008-01-06
* remove explicit isStore flags that are now inferrable.Chris Lattner2008-01-06
* remove some isStore flags that are now inferred automatically.Chris Lattner2008-01-06
* Fix comment.Bill Wendling2008-01-05
* make this build with newer gcc'sChris Lattner2008-01-05
* Remove an incorrect optimization that is performed correctly byNate Begeman2008-01-05
* If custom lowering of insert element fails, the result Val will be 0.Nate Begeman2008-01-05
* Fix build issue on certain compilers.Chris Lattner2008-01-05
* Refactoring the x86 and x86-64 calling convention implementations,Gordon Henriksen2008-01-05
* Chris and Evan noticed that this check was compleatly fubared. I wasBill Wendling2008-01-05
* The current impl is really trivial, add some comments about how it can be mad...Chris Lattner2008-01-05
* allow sinking to be enabled for the jitChris Lattner2008-01-05
* enable sinking and licm of loads from the argument area. I'd like to enable ...Chris Lattner2008-01-05
* simplify some code by using shorter accessors.Chris Lattner2008-01-05
* revert my previous patch.Chris Lattner2008-01-05
* factor some code better to avoid redundancy between Chris Lattner2008-01-05
* getting the pic base has no side effects.Chris Lattner2008-01-05
* don't sink anything with side effects, this makes lots of stuff work, but sin...Chris Lattner2008-01-05
* X86 JIT PIC jumptable support.Evan Cheng2008-01-05
* fix a common crash.Chris Lattner2008-01-05
* remove a couple more unsafe xforms in the face of overflow.Chris Lattner2008-01-05
* remove the (x-y) < 0 comparison xform, it miscompiles Chris Lattner2008-01-05
* I should not be allowed to commit when sleepy.Owen Anderson2008-01-05
* Combine MovePCtoStack + POP32r into one instruction MOVPC32r so it can be mov...Evan Cheng2008-01-05
* Move some more functionality from MRegisterInfo to TargetInstrInfo.Owen Anderson2008-01-04
* Don't recalculate the loop info and loop dominators analyses if they'reBill Wendling2008-01-04
* fix typoWojciech Matyjewicz2008-01-04
* Unbreak tailcall opt in JIT.Evan Cheng2008-01-04
* X86 PIC JIT support fixes: encoding bugs, add lazy pointer stubs support.Evan Cheng2008-01-04
* 80-column violations.Bill Wendling2008-01-04
* Add that this preserves some analyses.Bill Wendling2008-01-04
* Move option to enable machine LICM into LLVMTargetMachine.cpp.Bill Wendling2008-01-04
* Call the parent's getAnalysisUsage.Bill Wendling2008-01-04
* Add a really quick hack at a machine code sinking pass, enabled with --enable...Chris Lattner2008-01-04
* remove dead #includes and reorder the rest.Chris Lattner2008-01-04
* Fix PR1896Chris Lattner2008-01-04
* Correct order of parameters.Evan Cheng2008-01-04
* Remove symbols that don't exist, remove tabs, fix comment typoChris Lattner2008-01-03
* First steps in in X86 calling convention cleanup.Gordon Henriksen2008-01-03
* don't hoist FP additions into unconditional adds + selects. This Chris Lattner2008-01-03
* Fix PR1873, a problem finding stat-related symbols on linux, due toChris Lattner2008-01-03
* Trying that again.Gordon Henriksen2008-01-03
* Fix a compile error on Windows.Gordon Henriksen2008-01-03
* Change MachineRelocation::DoesntNeedFnStub to NeedStub. This fields will be usedEvan Cheng2008-01-03
* Remove the function attr cache for intrinsics. This does not maintain the Chris Lattner2008-01-03
* Don't create a new ParamAttrsList (which copies the vector) just to Chris Lattner2008-01-03