aboutsummaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* MC: Add TargetMachine support for setting the value of MCRelaxAll withDaniel Dunbar2010-05-261-1/+11
* Add StringRef::compare_numeric and use it to sort TableGen register records.Jakob Stoklund Olesen2010-05-261-0/+4
* Adjust eh.sjlj.setjmp to properly have a chain and to have an opcode entry inJim Grosbach2010-05-262-3/+8
* Move the check for "calls setjmp" to SelectionDAGISel so that it can be used byBill Wendling2010-05-261-1/+17
* Eliminate the use of PriorityQueue and just use a std::vector,Dan Gohman2010-05-261-13/+5
* Fix indentation.Dan Gohman2010-05-261-2/+2
* MC: Change RelaxInstruction to only take the input and output instructions.Daniel Dunbar2010-05-261-4/+6
* MC: Simplify MayNeedRelaxation to not provide the fixups, so we can query itDaniel Dunbar2010-05-261-4/+1
* Replace the SubRegSet tablegen class with a less error-prone mechanism.Jakob Stoklund Olesen2010-05-261-11/+17
* MC: Eliminate MCAsmFixup, replace with MCFixup.Daniel Dunbar2010-05-264-47/+20
* MC: Simplify MCFixup and increase the available offset size.Daniel Dunbar2010-05-261-29/+14
* MC: Use accessors for access to MCAsmFixup.Daniel Dunbar2010-05-261-2/+8
* MC: Eliminate MCFragment vtable, which was unnecessary.Daniel Dunbar2010-05-261-12/+1
* Temporarily revert r104655 as it's breaking the bots.Eric Christopher2010-05-261-14/+1
* Revert "Replace the SubRegSet tablegen class with a less error-prone mechanism."Jakob Stoklund Olesen2010-05-261-17/+11
* Change push_all to a non-virtual function and implement it in theDan Gohman2010-05-262-10/+7
* Delete an unused function.Dan Gohman2010-05-262-3/+0
* Dale and Evan suggested putting the "check for setjmp" much earlier in theBill Wendling2010-05-261-1/+14
* Replace the SubRegSet tablegen class with a less error-prone mechanism.Jakob Stoklund Olesen2010-05-261-11/+17
* Start adding mach-o tls reloc support.Eric Christopher2010-05-261-1/+2
* Drop the SuperregHashTable. It is essentially the same as SubregHashTable.Jakob Stoklund Olesen2010-05-251-17/+1
* Print symbolic SubRegIndex names on machine operands.Jakob Stoklund Olesen2010-05-251-0/+9
* Remove NumberHack entirely.Jakob Stoklund Olesen2010-05-251-5/+1
* Make sure aeskeygenassist uses an unsigned immediate field.Eric Christopher2010-05-251-2/+2
* Switch SubRegSet to using symbolic SubRegIndicesJakob Stoklund Olesen2010-05-241-2/+3
* Replace the tablegen RegisterClass field SubRegClassList with an alist-like dataJakob Stoklund Olesen2010-05-242-6/+3
* Avoid adding duplicate function live-in's.Evan Cheng2010-05-241-0/+4
* Add the SubRegIndex TableGen class.Jakob Stoklund Olesen2010-05-241-0/+8
* MC: Add an MCLoggingStreamer, for use in debugging integrated-as mismatches.Daniel Dunbar2010-05-231-1/+7
* tblgen/AsmMatcher: Change AsmOperandClass to allow a list of superclasses ins...Daniel Dunbar2010-05-221-6/+6
* Trivial change to dump() function for SparseBitVectorJohn Mosby2010-05-221-6/+10
* Implement @llvm.returnaddress. rdar://8015977.Evan Cheng2010-05-222-2/+15
* Implement eh.sjlj.longjmp for ARM. Clean up the intrinsic a bit.Jim Grosbach2010-05-222-2/+11
* Add a new section and accessor for TLS data.Eric Christopher2010-05-221-0/+7
* Fix comment and whitespace.Eric Christopher2010-05-211-2/+2
* - Change MachineInstr::findRegisterDefOperandIdx so it can also look for defsEvan Cheng2010-05-211-9/+18
* Add MachineInstr::readsWritesVirtualRegister() to determine if an instructionJakob Stoklund Olesen2010-05-211-1/+11
* added an assertion to MCObjectWriter::WriteBytes to catch misuse of the ZeroF...Nathan Jeffords2010-05-211-0/+2
* constify accessor.Chris Lattner2010-05-211-1/+2
* Revert "Use MachineInstr::readsWritesVirtualRegister to determine if a regist...Jakob Stoklund Olesen2010-05-211-11/+1
* Use MachineInstr::readsWritesVirtualRegister to determine if a register is read.Jakob Stoklund Olesen2010-05-211-1/+11
* If the first definition of a virtual register is a partial redef, add anJakob Stoklund Olesen2010-05-211-1/+1
* Currently, createMachOStreamer() is invoked directly in llvm-mc whichMatt Fleming2010-05-211-0/+46
* Add support for parsing the ELF .type assembler directive.Matt Fleming2010-05-212-1/+2
* Removed scaleNumbering method declaration from LiveInterval (not defined, not...Lang Hames2010-05-211-4/+0
* Allow targets more controls on what nodes are scheduled by reg pressure, what...Evan Cheng2010-05-203-2/+15
* Rename variable. add comment.Devang Patel2010-05-201-1/+1
* tblgen/Target: Add a isAsmParserOnly bit, and teach the disassembler to honorDaniel Dunbar2010-05-201-0/+3
* Add a hybrid bottom up scheduler that reduce register usage while avoidingEvan Cheng2010-05-204-3/+21
* Fix build by actually declaring the variable.Eric Christopher2010-05-201-0/+4