summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAge
* Remove TPat. No patterns depend on just isThumb(). Must use either T1Pat (isT...David Goodwin2009-07-27
* fix commentBruno Cardoso Lopes2009-07-27
* add module identifier to the elf object fileBruno Cardoso Lopes2009-07-27
* Sink getSectionPrefixForUniqueGlobal down into the TAI Chris Lattner2009-07-27
* remove dead code.Chris Lattner2009-07-27
* Handle external symbols for ELF and add some static methods to ELFSymBruno Cardoso Lopes2009-07-27
* More DCE.Evan Cheng2009-07-27
* convertToThreeAddress can't handle Thumb2 instructions (which don't have same...Evan Cheng2009-07-27
* Initialize mdnNext.Devang Patel2009-07-27
* Get rid of more dead code.Evan Cheng2009-07-27
* Cosmetic change.Evan Cheng2009-07-27
* Clean up.Evan Cheng2009-07-27
* Get rid of some more getOpcode calls.Evan Cheng2009-07-27
* Fix build.Mike Stump2009-07-27
* Remove duplicate entries while printing decls for external symbols.Sanjiv Gupta2009-07-27
* CMake: make sure that the *.inc files for libSystem show up in the resulting Douglas Gregor2009-07-27
* add an explanatory comment about why we drop these in readonly andChris Lattner2009-07-27
* Do not seed mstadata into the value map.Devang Patel2009-07-27
* make COFF work like ELF and macho, by splitting out into its ownChris Lattner2009-07-27
* don't create default text/data sections for all targets.Chris Lattner2009-07-27
* Apparently alpha doesn't use ElfTargetAsmInfo (?)Chris Lattner2009-07-27
* Thumb-2 does not have RSC.David Goodwin2009-07-27
* Add ".w" suffix for wide thumb-2 instructions.David Goodwin2009-07-27
* inline a method.Chris Lattner2009-07-27
* apparently we have "windows" and "coff", which are different(?)Chris Lattner2009-07-27
* sink text/data section creation down into the target-specific places that Chris Lattner2009-07-27
* Change the assembly syntax for nsw, nuw, and exact, putting themDan Gohman2009-07-27
* Fix wording in comments.Dan Gohman2009-07-27
* 32-bit darwin targets support .literal16 too.Chris Lattner2009-07-27
* Test commit: fix typoBenjamin Kramer2009-07-27
* Eliminate getNamed/getUnnamedSection, adding a new and unified getOrCreateSec...Chris Lattner2009-07-27
* Eliminate SectionFlags, just embed a SectionKind into SectionChris Lattner2009-07-27
* If CPSR is modified but the def is dead, then it's ok to fold the load / store.Evan Cheng2009-07-27
* Use t2LDRi12 and t2STRi12 to load / store to / from stack frames. Eliminate m...Evan Cheng2009-07-27
* Generate a libcall for i8 multiply.Sanjiv Gupta2009-07-27
* fixed incorrect lowering of ISD::SUB node. SUB has only one result value.Sanjiv Gupta2009-07-27
* Use the right instructions to copy between GPR and the more strictive tGPR cl...Evan Cheng2009-07-27
* Merge isLoadFromStackSlot into one since it behaves the same regardless of su...Evan Cheng2009-07-27
* Just use a single isMoveInstr to catch all the cases.Evan Cheng2009-07-27
* Rename tMOVhi2lor to tMOVgpr2tgpr. It's not moving from a high register to a ...Evan Cheng2009-07-26
* Reorganize code a bit to reduce indentation. No visible functionality Eli Friedman2009-07-26
* Don't use llvm_report_error in libSystem, this is a layering violation.Daniel Dunbar2009-07-26
* untangle a TargetAsmInfo hack where ELFTargetAsmInfo would create aChris Lattner2009-07-26
* Refactor. Get rid of a few more getOpcode() calls.Evan Cheng2009-07-26
* reduce indentationChris Lattner2009-07-26
* Fix the breakage caused by 76950. Sanjiv Gupta2009-07-26
* Remove Value::getName{Start,End}, the last of the old Name APIs.Daniel Dunbar2009-07-26
* Make sure getName().data() is always null terminated.Daniel Dunbar2009-07-26
* Remove Value::getNameLenDaniel Dunbar2009-07-26
* Move MSILModule and MSILWriter into the 'llvm' namespace, instead of the 'MSIL'Nick Lewycky2009-07-26