summaryrefslogtreecommitdiff
path: root/include
Commit message (Expand)AuthorAge
...
* Replace the tablegen RegisterClass field SubRegClassList with an alist-like dataJakob Stoklund Olesen2010-05-24
* Avoid adding duplicate function live-in's.Evan Cheng2010-05-24
* Add the SubRegIndex TableGen class.Jakob Stoklund Olesen2010-05-24
* MC: Add an MCLoggingStreamer, for use in debugging integrated-as mismatches.Daniel Dunbar2010-05-23
* tblgen/AsmMatcher: Change AsmOperandClass to allow a list of superclasses ins...Daniel Dunbar2010-05-22
* Trivial change to dump() function for SparseBitVectorJohn Mosby2010-05-22
* Implement @llvm.returnaddress. rdar://8015977.Evan Cheng2010-05-22
* Implement eh.sjlj.longjmp for ARM. Clean up the intrinsic a bit.Jim Grosbach2010-05-22
* Add a new section and accessor for TLS data.Eric Christopher2010-05-22
* Fix comment and whitespace.Eric Christopher2010-05-21
* - Change MachineInstr::findRegisterDefOperandIdx so it can also look for defsEvan Cheng2010-05-21
* Add MachineInstr::readsWritesVirtualRegister() to determine if an instructionJakob Stoklund Olesen2010-05-21
* added an assertion to MCObjectWriter::WriteBytes to catch misuse of the ZeroF...Nathan Jeffords2010-05-21
* constify accessor.Chris Lattner2010-05-21
* Revert "Use MachineInstr::readsWritesVirtualRegister to determine if a regist...Jakob Stoklund Olesen2010-05-21
* Use MachineInstr::readsWritesVirtualRegister to determine if a register is read.Jakob Stoklund Olesen2010-05-21
* If the first definition of a virtual register is a partial redef, add anJakob Stoklund Olesen2010-05-21
* Currently, createMachOStreamer() is invoked directly in llvm-mc whichMatt Fleming2010-05-21
* Add support for parsing the ELF .type assembler directive.Matt Fleming2010-05-21
* Removed scaleNumbering method declaration from LiveInterval (not defined, not...Lang Hames2010-05-21
* Allow targets more controls on what nodes are scheduled by reg pressure, what...Evan Cheng2010-05-20
* Rename variable. add comment.Devang Patel2010-05-20
* tblgen/Target: Add a isAsmParserOnly bit, and teach the disassembler to honorDaniel Dunbar2010-05-20
* Add a hybrid bottom up scheduler that reduce register usage while avoidingEvan Cheng2010-05-20
* Fix build by actually declaring the variable.Eric Christopher2010-05-20
* Partial code for emitting thread local bss data.Eric Christopher2010-05-20
* Fix the post-RA instruction scheduler to handle instructions referenced byJim Grosbach2010-05-19
* Add MachineInstr::readsVirtualRegister() in preparation for proper handling ofJakob Stoklund Olesen2010-05-19
* Code refactoring: pull SchedPreference enum from TargetLowering.h to TargetMa...Evan Cheng2010-05-19
* Fix enum to address array bounds regression.mike-m2010-05-18
* Make EmitTBSSSymbol take a section argument so that we can find it later.Eric Christopher2010-05-18
* Added support in MC for Directional Local Labels.Kevin Enderby2010-05-17
* More data/parsing support for tls directives. Add a few more testcasesEric Christopher2010-05-17
* MC: Add dyn_cast support to MCSection.Daniel Dunbar2010-05-17
* Add some section and constant support for darwin TLS.Eric Christopher2010-05-17
* Optimize empty DenseMap iteration.Jakob Stoklund Olesen2010-05-17
* llvm-mc: Support reassignment of variables in one special case, when theDaniel Dunbar2010-05-17
* Remove unused member variable.Zhongxing Xu2010-05-17
* Add support for thiscall calling convention.Anton Korobeynikov2010-05-16
* improve portability to systems that don't have round, patch byChris Lattner2010-05-15
* Add reg_nodbg_iteratorJakob Stoklund Olesen2010-05-15
* Allow TargetLowering::getRegClassFor() to be called on illegal types. AlsoEvan Cheng2010-05-15
* Teach two-address pass to do some coalescing while eliminating REG_SEQUENCEEvan Cheng2010-05-14
* Add some comments about undef.Dan Gohman2010-05-14
* Rename "HasCalls" in MachineFrameInfo to "AdjustsStack" to better describe whatBill Wendling2010-05-14
* Add support to preserve type info for the variables that are removed by the o...Devang Patel2010-05-14
* Use PassManagerBase, to give clients the option of using eitherDan Gohman2010-05-14
* Add an isNodeHidden to the graph traits, to support definition ofDan Gohman2010-05-14
* Get rid of the bit twiddling to read / set OpActions and ValueTypeActions. Th...Evan Cheng2010-05-14
* Add AsmParser support for darwin tbss directive.Eric Christopher2010-05-14