summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAge
* Changes to support making the shift instructions be true BinaryOperators.Reid Spencer2007-02-02
* Fix a bug in getARMCMP (which translate CondCode to ARM specific CC) when the...Evan Cheng2007-02-02
* Thumb does not have clz.Evan Cheng2007-02-01
* Dump function names when debug-pass=Executions is used.Devang Patel2007-02-01
* Fix Transforms/InstCombine/2007-02-01-LoadSinkAlloca.ll, a serious codeChris Lattner2007-02-01
* Pretty print pass managerDevang Patel2007-02-01
* cvs commitDevang Patel2007-02-01
* Define PrivateGlobalPrefix for ARM Linux. (Fix CodeGen/ARM/large_stack.ll)Lauro Ramos Venancio2007-02-01
* Pasto. Lots of it.Evan Cheng2007-02-01
* Ensure that ConvertOperandToType generates a result conversion byReid Spencer2007-02-01
* Fix bugs in the inliner having to do with single-entry phi nodes and valuemapChris Lattner2007-02-01
* Fix .thumb_func directive on linux.Lauro Ramos Venancio2007-02-01
* Slip upJim Laskey2007-02-01
* Emit labels as label_n and not as debug_nJim Laskey2007-02-01
* preserve sections of globalsAndrew Lenharth2007-02-01
* Support for non-landing pad exception handling.Jim Laskey2007-02-01
* - Off by one bugs in maximum displacement calculation / testing.Evan Cheng2007-02-01
* Fixed uninitialized stuff inside LegalizeDAG. Fortunately, the onlyAnton Korobeynikov2007-02-01
* improve comments, add an assertionChris Lattner2007-02-01
* rename DenseMap to IndexedMap.Chris Lattner2007-02-01
* silence some warnings when assertions are disabled.Chris Lattner2007-02-01
* silence warningChris Lattner2007-02-01
* Fit in 80 columnsChris Lattner2007-02-01
* .set pc relative displacement bug: label should be moved down one instructionEvan Cheng2007-02-01
* Add a note.Evan Cheng2007-02-01
* Also set alignment of stack-based structs to 4 in thumb mode.Evan Cheng2007-02-01
* Special epilogue for vararg functions. We cannot do a pop to pc becauseEvan Cheng2007-02-01
* Add PrintVersionMessage() that tools can use to print version numberDevang Patel2007-02-01
* Emit a better assertion message for PR1133Chris Lattner2007-02-01
* Pessmistically assume the .align 2 before the first constpool entry addsEvan Cheng2007-02-01
* Possible JT improvements.Evan Cheng2007-02-01
* Fix CodeGen/PowerPC/2007-01-31-InlineAsmAddrMode.llChris Lattner2007-02-01
* Don't emit unnecessary .align directive.Evan Cheng2007-01-31
* Handle an interesting corner case: the constpool_entry being reference is twoEvan Cheng2007-01-31
* Don't want to add FramePtr to callee save spill list twice.Evan Cheng2007-01-31
* Fix build breakage by using correct arguments to getIndexedType in theReid Spencer2007-01-31
* Darwin ABI requires FP to point to stack slot of prev FP.Evan Cheng2007-01-31
* Add entry.Evan Cheng2007-01-31
* Thumb add sp, #imm requires the immediate value be multiple of 4. For now,Evan Cheng2007-01-31
* Update comment.Evan Cheng2007-01-31
* Dead comment.Evan Cheng2007-01-31
* Add some debug output.Reid Spencer2007-01-31
* Thumb asm syntax does not want 's' suffix for flag setting opcodes.Evan Cheng2007-01-31
* remove temporary vectors.Chris Lattner2007-01-31
* eliminate temporary vectorsChris Lattner2007-01-31
* eliminate temporary vectorsChris Lattner2007-01-31
* When determining whether a pc relative branch / load displacement fits in theEvan Cheng2007-01-31
* eliminate a temporary vector while parsing gep's from bc files.Chris Lattner2007-01-31
* A relatively simple PPC optimization.Chris Lattner2007-01-31
* implement the new GEP instruction ctors.Chris Lattner2007-01-31