summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAge
* GetRegForReload() now keeps track which registers have been considered and re...Evan Cheng2007-01-19
* Unbreak Darwin.Reid Spencer2007-01-19
* Help the lli interpreter find the stderr/stdin/stdout symbols. These areReid Spencer2007-01-19
* Handle each of stderr/stdin/stdout separately.Reid Spencer2007-01-19
* Remove dead methods in the ValTypes.Reid Spencer2007-01-19
* For this transform: store V, (cast P) -> store (cast V), PReid Spencer2007-01-19
* For PR1043:Reid Spencer2007-01-19
* Code clean up. Use def : pat instead of defining new instructions.Evan Cheng2007-01-19
* fix build on amd64Andrew Lenharth2007-01-19
* isDarwin -> isTargetDarwinEvan Cheng2007-01-19
* Restructure code a bit to make use of continue (simplifying things). GeneralizeEvan Cheng2007-01-19
* Darwin doesn't support .bss, but it does have .zerofillEvan Cheng2007-01-19
* Introduce TargetType's ELF and Darwin.Evan Cheng2007-01-19
* Modify emission of jump tables on darwin to emit an extra "l" label thatEvan Cheng2007-01-19
* Remove this xform:Evan Cheng2007-01-19
* Fix section definition.Lauro Ramos Venancio2007-01-19
* Adding disassembler interface and external hook to udis86 library.Anton Korobeynikov2007-01-19
* ARM backend contribution from Apple.Evan Cheng2007-01-19
* Needed to build on PPC Linux.Nick Lewycky2007-01-19
* Back out last changes for dataLayout. Much more work is needed.Reid Spencer2007-01-19
* For PR761:Reid Spencer2007-01-18
* - Target PIC style is no longer affected by relocation model.Evan Cheng2007-01-18
* Fix InstCombine/2007-01-18-VectorInfLoop.ll, a case where instcombineChris Lattner2007-01-18
* Clean up some code around the store V, (cast P) -> store (cast V), PReid Spencer2007-01-18
* Use a cheaper computation.Reid Spencer2007-01-18
* Fix a regression in the last patch. When constructing a BitMask, be carefulReid Spencer2007-01-18
* move contents of PR587 to here.Chris Lattner2007-01-18
* Provide an isPowerOf2ByteWidth method for the IntegerType class. This willReid Spencer2007-01-18
* The zerofill directive needs a newline after it.Bill Wendling2007-01-18
* Use the new maskToBitWidth function to ensure that the results ofReid Spencer2007-01-18
* Add an inline helper function that masks a GenericValue to a specifiedReid Spencer2007-01-18
* Minor code clean up.Evan Cheng2007-01-18
* Make shl instruction mask its result to the correct bitsize. This isReid Spencer2007-01-18
* Two changes:Reid Spencer2007-01-18
* Make sure we truncate stored values to their bit width.Reid Spencer2007-01-18
* Have the OutputBuffer take the is64Bit and isLittleEndian booleans.Bill Wendling2007-01-18
* Modify emission of jump tables on darwin to emit an extra "l" label thatChris Lattner2007-01-18
* add new JumpTableSpecialLabelPrefix hook to asmprinter for jumptable emission.Chris Lattner2007-01-18
* Changed to use the OutputBuffer instead of the methods in MachO and ELFBill Wendling2007-01-17
* Add CGPassManager.Devang Patel2007-01-17
* Update ModulePass::assignPassManager() to take into account PreferredDevang Patel2007-01-17
* s/PassDebugging_New/PassDebugging/gDevang Patel2007-01-17
* Update assignPassManager() signature to allow selection of preferredDevang Patel2007-01-17
* restructure code a bit to make use of continue (simplifying things). GeneralizeChris Lattner2007-01-17
* darwin doesn't support .bss, but it does have .zerofillChris Lattner2007-01-17
* add new directiveChris Lattner2007-01-17
* * Fix one more bug in PIC codegen: extra load is needed for *all*Anton Korobeynikov2007-01-17
* Revert patch.Bill Wendling2007-01-17
* Create the specified TargetObjInfo and use it.Bill Wendling2007-01-17
* Create/store/and delete the TargetObjInfo object.Bill Wendling2007-01-17