aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* improve comments, add an assertionChris Lattner2007-02-011-3/+6
* rename DenseMap to IndexedMap.Chris Lattner2007-02-019-92/+15
* rename DenseMap -> IndexedMap.Chris Lattner2007-02-011-7/+7
* silence some warnings when assertions are disabled.Chris Lattner2007-02-011-2/+8
* silence warningChris Lattner2007-02-011-0/+1
* Fit in 80 columnsChris Lattner2007-02-016-15/+19
* .set pc relative displacement bug: label should be moved down one instructionEvan Cheng2007-02-011-6/+6
* Add a note.Evan Cheng2007-02-011-0/+61
* Add a test case.Evan Cheng2007-02-011-0/+16
* Also set alignment of stack-based structs to 4 in thumb mode.Evan Cheng2007-02-012-8/+7
* Added a thumb vararg test.Evan Cheng2007-02-011-1/+4
* Special epilogue for vararg functions. We cannot do a pop to pc becauseEvan Cheng2007-02-012-5/+24
* Add printVersion(). Linker can use it to print LLVM version number.Devang Patel2007-02-012-0/+6
* Add PrintVersionMessage() that tools can use to print version numberDevang Patel2007-02-012-3/+12
* Emit a better assertion message for PR1133Chris Lattner2007-02-011-15/+18
* Include Makefile.config before testing OS.Devang Patel2007-02-011-5/+5
* Pessmistically assume the .align 2 before the first constpool entry addsEvan Cheng2007-02-011-2/+12
* Possible JT improvements.Evan Cheng2007-02-011-3/+43
* Fix CodeGen/PowerPC/2007-01-31-InlineAsmAddrMode.llChris Lattner2007-02-012-1/+7
* new testcaseChris Lattner2007-02-011-0/+25
* Fix test case.Evan Cheng2007-01-311-2/+0
* Don't emit unnecessary .align directive.Evan Cheng2007-01-311-3/+1
* Handle an interesting corner case: the constpool_entry being reference is twoEvan Cheng2007-01-311-2/+2
* Don't want to add FramePtr to callee save spill list twice.Evan Cheng2007-01-311-8/+2
* Fix build breakage by using correct arguments to getIndexedType in theReid Spencer2007-01-311-6/+10
* Fix test cases.Evan Cheng2007-01-313-10/+11
* Darwin ABI requires FP to point to stack slot of prev FP.Evan Cheng2007-01-311-3/+14
* Add entry.Evan Cheng2007-01-311-0/+4
* Thumb add sp, #imm requires the immediate value be multiple of 4. For now,Evan Cheng2007-01-311-2/+6
* Update comment.Evan Cheng2007-01-311-1/+1
* Preview of the shift instructions becoming Binary Operators.Reid Spencer2007-01-311-86/+85
* Dead comment.Evan Cheng2007-01-311-1/+0
* Add some debug output.Reid Spencer2007-01-311-0/+4
* Thumb asm syntax does not want 's' suffix for flag setting opcodes.Evan Cheng2007-01-311-2/+2
* shutdown the app when done.Chris Lattner2007-01-311-1/+3
* remove temporary vectors.Chris Lattner2007-01-313-13/+9
* add missing ctorChris Lattner2007-01-311-0/+7
* eliminate temporary vectorsChris Lattner2007-01-311-16/+13
* eliminate temporary vectorsChris Lattner2007-01-312-12/+8
* When determining whether a pc relative branch / load displacement fits in theEvan Cheng2007-01-311-27/+42
* eliminate a temporary vector while parsing gep's from bc files.Chris Lattner2007-01-311-3/+6
* A relatively simple PPC optimization.Chris Lattner2007-01-311-0/+27
* implement the new GEP instruction ctors.Chris Lattner2007-01-312-6/+24
* Some comments.Evan Cheng2007-01-311-2/+6
* ConstPool island bug: watch out for cases where UserMI is the last MI of the BB.Evan Cheng2007-01-311-4/+16
* Revert another incorrectly applied chunk, which fixes InstCombine/vec_insert_...Chris Lattner2007-01-311-7/+0
* Fix a minor bug in my patch yesterday that broken ConstProp/bswap.llChris Lattner2007-01-311-1/+1
* ARM fix: Miscompilation when frame pointer can't be eliminated. Uninitialized...Lauro Ramos Venancio2007-01-314-13/+12
* Specify the right CC for comparison libcalls.Evan Cheng2007-01-311-0/+20
* Allow the target to override the ISD::CondCode that's to be used to test theEvan Cheng2007-01-313-18/+45