aboutsummaryrefslogtreecommitdiffstats
path: root/include/llvm/CodeGen
Commit message (Expand)AuthorAgeFilesLines
* Privatize some more debug-related static data.Owen Anderson2009-06-251-0/+3
* Identify unconditional gotos and generate a page sel instructions before them.Sanjiv Gupta2009-06-251-0/+2
* ad MachineInstrBuilder support for target flags on operands.Chris Lattner2009-06-252-19/+38
* Now with EVEN FEWER statics!Owen Anderson2009-06-251-1/+38
* Didn't mean to commit this part.Owen Anderson2009-06-241-3/+0
* Down with statics!Owen Anderson2009-06-241-0/+3
* Move local statics to per-instance variables.Owen Anderson2009-06-241-0/+6
* Increase limit for OpActions arrayDavid Greene2009-06-241-0/+1
* This increases the maximum for MVT::LAST_VALUETYPEDavid Greene2009-06-241-0/+6
* sink management of DwarfWriter & MachineModuleInfo into the AsmPrinter base c...Chris Lattner2009-06-241-3/+5
* eliminate the ExtWeakSymbols set from AsmPrinter. This eliminatesChris Lattner2009-06-241-3/+0
* Rearrange some stuff in MachineOperand and add a new TargetFlags field.Chris Lattner2009-06-241-7/+18
* Add more methods to gather target specific elf stuffBruno Cardoso Lopes2009-06-221-0/+6
* fit in 80 colsChris Lattner2009-06-211-9/+9
* stub out some hacky code for wiring up the new asmprinter interfacesChris Lattner2009-06-191-1/+1
* mv CodeGen/DebugLoc.h Support/DebugLoc.hDevang Patel2009-06-195-105/+3
* More VNInfo tweaking, plus a little progress on intra-block splitting.Lang Hames2009-06-191-8/+8
* Don't use int8_t, that requires DataTypes.hChris Lattner2009-06-181-7/+8
* include header for uint8_t.Zhongxing Xu2009-06-181-0/+1
* VNInfo cleanup.Lang Hames2009-06-171-17/+119
* Fixed names of libcalls checked in r73480.Sanjiv Gupta2009-06-161-4/+0
* Added required libcalls for PIC16 (mostly floating points to integer casting ...Sanjiv Gupta2009-06-161-0/+8
* Part 1.Evan Cheng2009-06-151-18/+8
* Move register allocation preference (or hint) from LiveInterval to MachineReg...Evan Cheng2009-06-142-5/+44
* Introduce new BinaryObject (blob) class, ELF Writer modified to use it. Binar...Bruno Cardoso Lopes2009-06-141-0/+325
* Type change cleanup on JCE and MCE. Patch by Aaron GrayBruno Cardoso Lopes2009-06-122-10/+10
* Remove warnings: no newline at end of file.Sanjiv Gupta2009-06-101-1/+2
* Add the beginnings of an implementatation of lazy liveness analysis, based on...Owen Anderson2009-06-091-0/+62
* Use uint8_t and int32_t in {JIT,Machine}CodeEmitersBruno Cardoso Lopes2009-06-042-68/+68
* Revert 72650Bruno Cardoso Lopes2009-06-032-68/+68
* Update to in-place spilling framework. Includes live interval scaling and tri...Lang Hames2009-06-023-10/+39
* Revert 72707 and 72709, for the moment.Dale Johannesen2009-06-022-12/+6
* Make the implicit inputs and outputs of target-independentDale Johannesen2009-06-012-6/+12
* Use uint8_t and int32_t in {JIT,Machine}CodeEmitersBruno Cardoso Lopes2009-05-302-68/+68
* First patch in the direction of splitting MachineCodeEmitter in two subclasses:Bruno Cardoso Lopes2009-05-301-0/+322
* LiveVariables::VarInfo contains an AliveBlocks BitVector, which has as manyJeffrey Yasskin2009-05-261-1/+2
* Eliminate VarInfo::UsedBlocks.Evan Cheng2009-05-261-4/+0
* Add a new step to legalization to legalize vector math operations. This Eli Friedman2009-05-231-0/+13
* Add a new codegen pass that normalizes dwarf exception handlingDuncan Sands2009-05-222-0/+7
* Temporarily revert r72191. It was causing an assert during llvm-gccBill Wendling2009-05-213-77/+7
* Introduce DebugScope which gets embedded into the machine instructions' Debug...Argiris Kirtzidis2009-05-203-7/+77
* Add missing file.Argiris Kirtzidis2009-05-181-0/+51
* Pass to verify generated machine code.Jakob Stoklund Olesen2009-05-161-0/+7
* Removing the HasBuiltinSetjmp flag and associated bits. Flagging the presenceJim Grosbach2009-05-131-12/+0
* Indentation.Evan Cheng2009-05-131-1/+1
* Change MachineInstrBuilder::addReg() to take a flag instead of a list ofBill Wendling2009-05-131-11/+45
* Add support for GCC compatible builtin setjmp and longjmp intrinsics. This isJim Grosbach2009-05-121-0/+12
* Factor out cycle-finder code and make it generic.Anton Korobeynikov2009-05-081-4/+2
* Revert 71165. It did more than just revert 71158 and it introducedDan Gohman2009-05-071-1/+1
* Temporarily revert r71158. It was causing a failure during a full bootstrap:Bill Wendling2009-05-071-1/+1