.. |
Mangler.h
|
refactor x86 conditional branches to use a multipattern
|
2010-02-11 19:31:22 +00:00 |
SubtargetFeature.h
|
Rollback changes r89516: Added two SubtargetFeatures::AddFeatures methods, which accept a comma-separated string or already parsed command line parameters as input, and some code re-factoring to use these new methods.
|
2009-11-25 22:44:18 +00:00 |
Target.td
|
Fix "the the" and similar typos.
|
2010-02-10 16:03:48 +00:00 |
TargetAsmLexer.h
|
Moved InstallLexer() from the X86-specific AsmLexer
|
2010-01-31 02:28:18 +00:00 |
TargetAsmParser.h
|
allow registering target lexers.
|
2010-01-22 01:10:40 +00:00 |
TargetCallingConv.td
|
Add 'Indirect' LocInfo class and use to pass __m128 on win64. Also minore fixes here and there (mostly __m64).
|
2009-08-03 08:13:56 +00:00 |
TargetData.h
|
add a method to get the alignment of an integer type even
|
2010-01-25 23:18:11 +00:00 |
TargetELFWriterInfo.h
|
- Remove custom handling of jumptables by the elf writter (this was
|
2009-08-05 06:57:03 +00:00 |
TargetFrameInfo.h
|
Use explicit structs instead of std::pair to map callee saved regs to spill slots.
|
2009-09-27 17:58:47 +00:00 |
TargetInstrDesc.h
|
Add @earlyclobber TableGen constraint
|
2009-12-16 19:43:02 +00:00 |
TargetInstrInfo.h
|
move target-independent opcodes out of TargetInstrInfo
|
2010-02-09 19:54:29 +00:00 |
TargetInstrItineraries.h
|
Make the end-of-itinerary mark explicit. Some cleanup.
|
2009-09-24 20:22:50 +00:00 |
TargetIntrinsicInfo.h
|
Reintroduce support for overloading target intrinsics
|
2009-11-05 03:19:08 +00:00 |
TargetJITInfo.h
|
* Move stub allocation inside the JITEmitter, instead of exposing a
|
2009-11-23 23:35:19 +00:00 |
TargetLowering.h
|
The previous fix of widening divides that trap was too fragile as it depends on custom
|
2010-02-10 23:37:45 +00:00 |
TargetLoweringObjectFile.h
|
Move TLOF implementations to libCodegen to resolve layering violation.
|
2010-02-15 22:37:53 +00:00 |
TargetMachine.h
|
Fix a few unused parameter warnings.
|
2010-02-17 23:55:26 +00:00 |
TargetOpcodes.h
|
move target-independent opcodes out of TargetInstrInfo
|
2010-02-09 19:54:29 +00:00 |
TargetOptions.h
|
Rename the PerformTailCallOpt variable to GuaranteedTailCallOpt to reflect
|
2010-02-08 20:27:50 +00:00 |
TargetRegisterInfo.h
|
Revert 96634. It causes assertion failures for 126.gcc and 176.gcc in
|
2010-02-19 18:59:53 +00:00 |
TargetRegistry.h
|
give MCCodeEmitters access to the current MCContext.
|
2010-02-12 23:12:47 +00:00 |
TargetSchedule.td
|
Fix apostrophos.
|
2009-09-15 15:08:33 +00:00 |
TargetSelect.h
|
Add the rest of the build system logic for optional target disassemblers
|
2009-11-25 04:46:58 +00:00 |
TargetSelectionDAG.td
|
Eliminate some uses of immAllOnes, just use -1, it does
|
2010-02-21 03:13:10 +00:00 |
TargetSubtarget.h
|
Allow target to specify regclass for which antideps will only be broken along the critical path.
|
2009-11-13 19:52:48 +00:00 |