aboutsummaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Partial code for emitting thread local bss data.Eric Christopher2010-05-201-0/+1
* Fix the post-RA instruction scheduler to handle instructions referenced byJim Grosbach2010-05-191-18/+5
* Add MachineInstr::readsVirtualRegister() in preparation for proper handling ofJakob Stoklund Olesen2010-05-191-0/+7
* Code refactoring: pull SchedPreference enum from TargetLowering.h to TargetMa...Evan Cheng2010-05-192-8/+10
* Fix enum to address array bounds regression.mike-m2010-05-181-1/+1
* Make EmitTBSSSymbol take a section argument so that we can find it later.Eric Christopher2010-05-181-2/+3
* Added support in MC for Directional Local Labels.Kevin Enderby2010-05-172-0/+74
* More data/parsing support for tls directives. Add a few more testcasesEric Christopher2010-05-172-4/+8
* MC: Add dyn_cast support to MCSection.Daniel Dunbar2010-05-174-4/+34
* Add some section and constant support for darwin TLS.Eric Christopher2010-05-172-1/+26
* Optimize empty DenseMap iteration.Jakob Stoklund Olesen2010-05-171-2/+3
* llvm-mc: Support reassignment of variables in one special case, when theDaniel Dunbar2010-05-171-5/+12
* Remove unused member variable.Zhongxing Xu2010-05-171-2/+0
* Add support for thiscall calling convention.Anton Korobeynikov2010-05-161-1/+6
* improve portability to systems that don't have round, patch byChris Lattner2010-05-151-0/+3
* Add reg_nodbg_iteratorJakob Stoklund Olesen2010-05-151-0/+14
* Allow TargetLowering::getRegClassFor() to be called on illegal types. AlsoEvan Cheng2010-05-151-2/+2
* Teach two-address pass to do some coalescing while eliminating REG_SEQUENCEEvan Cheng2010-05-141-0/+12
* Add some comments about undef.Dan Gohman2010-05-141-1/+6
* Rename "HasCalls" in MachineFrameInfo to "AdjustsStack" to better describe whatBill Wendling2010-05-141-5/+14
* Add support to preserve type info for the variables that are removed by the o...Devang Patel2010-05-141-1/+1
* Use PassManagerBase, to give clients the option of using eitherDan Gohman2010-05-141-7/+7
* Add an isNodeHidden to the graph traits, to support definition ofDan Gohman2010-05-142-3/+24
* Get rid of the bit twiddling to read / set OpActions and ValueTypeActions. Th...Evan Cheng2010-05-141-26/+10
* Add AsmParser support for darwin tbss directive.Eric Christopher2010-05-142-0/+9
* Fix typo.Nick Lewycky2010-05-141-1/+1
* MC: Switch to completely lazy layout.Daniel Dunbar2010-05-141-0/+4
* MC: Extend MCAsmLayout to explicitly track which fragments have been layed ou...Daniel Dunbar2010-05-141-0/+8
* MC: Switch MCFragment to storing the layout order index, not its index in the...Daniel Dunbar2010-05-141-5/+5
* MC: Change LayoutSection() to only do the section initializiation.Daniel Dunbar2010-05-141-11/+3
* Adding a v8i64 512-bit vector type. This will be used to model ARM NEON intri...Evan Cheng2010-05-132-20/+32
* Eliminate use of magic numbers to access OpActions. It also has the effect of...Evan Cheng2010-05-131-5/+7