Age | Commit message (Expand) | Author | Files | Lines |
2014-11-20 | Add out of line virtual destructors to all LLVMTargetMachine subclasses | Reid Kleckner | 1 | -1/+2 |
2014-11-13 | This patch changes the ownership of TLOF from TargetLoweringBase to TargetMac... | Aditya Nandakumar | 1 | -0/+4 |
2014-10-06 | Add subtarget caches to aarch64, arm, ppc, and x86. | Eric Christopher | 1 | -0/+3 |
2014-09-18 | Reverting NFC changes from r218050. Instead, the warning was disabled for GCC... | Aaron Ballman | 1 | -2/+0 |
2014-09-18 | Fixing a bunch of -Woverloaded-virtual warnings due to hiding getSubtargetImp... | Aaron Ballman | 1 | -0/+2 |
2014-09-02 | Reinstate "Nuke the old JIT." | Eric Christopher | 1 | -6/+0 |
2014-08-13 | Canonicalize header guards into a common format. | Benjamin Kramer | 1 | -2/+2 |
2014-08-07 | Temporarily Revert "Nuke the old JIT." as it's not quite ready to | Eric Christopher | 1 | -0/+6 |
2014-08-07 | Nuke the old JIT. | Rafael Espindola | 1 | -6/+0 |
2014-08-05 | Remove a virtual function from TargetMachine. NFC. | Rafael Espindola | 1 | -1/+4 |
2014-08-04 | Remove the TargetMachine forwards for TargetSubtargetInfo based | Eric Christopher | 1 | -23/+0 |
2014-08-01 | Add a non-const subtarget returning function to the target machine | Eric Christopher | 1 | -1/+2 |
2014-06-26 | Remove extraneous includes from the target machines. | Eric Christopher | 1 | -4/+0 |
2014-06-09 | Move all of the x86 subtarget initialized variables down into the x86 subtarget | Eric Christopher | 1 | -15/+8 |
2014-06-05 | Remove duplicate copy of InstrItineraryData from the TargetMachine, | Eric Christopher | 1 | -2/+1 |
2014-03-31 | [C++11] Mark more classes in the X86 target as 'final'. | Craig Topper | 1 | -1/+1 |
2014-03-19 | Prune includes in X86 target. | Craig Topper | 1 | -2/+0 |
2014-03-09 | [C++11] Add 'override' keyword to virtual methods that override their base cl... | Craig Topper | 1 | -13/+12 |
2014-01-08 | [x86] Kill gratuitous X86_{32,64}TargetMachine subclasses, use X86TargetMachine | David Woodhouse | 1 | -64/+12 |
2013-01-07 | Switch TargetTransformInfo from an immutable analysis pass that requires | Chandler Carruth | 1 | -17/+3 |
2013-01-02 | Move all of the header files which are involved in modelling the LLVM IR | Chandler Carruth | 1 | -1/+1 |
2012-12-20 | Fix use-before-construction of X86TargetLowering. | Richard Smith | 1 | -2/+2 |
2012-12-09 | - Re-enable population count loop idiom recognization | Shuxin Yang | 1 | -1/+1 |
2012-12-08 | Revert the patches adding a popcount loop idiom recognition pass. | Chandler Carruth | 1 | -1/+1 |
2012-12-04 | Sort includes for all of the .h files under the 'lib' tree. These were | Chandler Carruth | 1 | -3/+3 |
2012-11-29 | rdar://12100355 (part 1) | Shuxin Yang | 1 | -1/+1 |
2012-11-02 | Add a stub for the x86 cost model impl. Implement a basic cost rule for inser... | Nadav Rotem | 1 | -2/+2 |
2012-10-28 | Remove TargetELFWriterInfo. | Rafael Espindola | 1 | -5/+0 |
2012-10-18 | Reapply the TargerTransformInfo changes, minus the changes to LSR and Lowerin... | Nadav Rotem | 1 | -0/+17 |
2012-10-18 | Temporarily revert the TargetTransform changes. | Bob Wilson | 1 | -17/+0 |
2012-10-10 | Add a new interface to allow IR-level passes to access codegen-specific infor... | Nadav Rotem | 1 | -0/+17 |
2012-10-08 | Move TargetData to DataLayout. | Micah Villmow | 1 | -5/+5 |
2012-03-17 | Reorder includes in Target backends to following coding standards. Remove som... | Craig Topper | 1 | -1/+0 |
2012-02-04 | TargetPassConfig: confine the MC configuration to TargetMachine. | Andrew Trick | 1 | -2/+1 |
2012-02-03 | Added TargetPassConfig. The first little step toward configuring codegen passes. | Andrew Trick | 1 | -4/+3 |
2012-02-03 | whitespace | Andrew Trick | 1 | -5/+5 |
2012-02-01 | Instruction scheduling itinerary for Intel Atom. | Andrew Trick | 1 | -3/+7 |
2011-12-20 | Unweaken vtables as per http://llvm.org/docs/CodingStandards.html#ll_virtual_... | David Blaikie | 1 | -0/+2 |
2011-12-02 | Move global variables in TargetMachine into new TargetOptions class. As an API | Nick Lewycky | 1 | -3/+3 |
2011-11-16 | Sink codegen optimization level into MCCodeGenInfo along side relocation model | Evan Cheng | 1 | -7/+10 |
2011-07-20 | - Move CodeModel from a TargetMachine global option to MCCodeGenInfo. | Evan Cheng | 1 | -8/+6 |
2011-07-19 | Introduce MCCodeGenInfo, which keeps information that can affect codegen | Evan Cheng | 1 | -8/+8 |
2011-06-30 | Fix the ridiculous SubtargetFeatures API where it implicitly expects CPU name to | Evan Cheng | 1 | -3/+4 |
2011-01-10 | Rename TargetFrameInfo into TargetFrameLowering. Also, put couple of FIXMEs a... | Anton Korobeynikov | 1 | -4/+6 |
2010-11-15 | First step of huge frame-related refactoring: move emit{Prologue,Epilogue} ou... | Anton Korobeynikov | 1 | -6/+7 |
2010-10-03 | Jim Asked us to move DataLayout on ARM back to the most specialized classes. Do | Rafael Espindola | 1 | -12/+46 |
2010-05-11 | Implement a bunch more TargetSelectionDAGInfo infrastructure. | Dan Gohman | 1 | -0/+5 |
2010-04-17 | Use const qualifiers with TargetLowering. This eliminates several | Dan Gohman | 1 | -2/+2 |
2010-03-25 | Add a late SSEDomainFix pass that twiddles SSE instructions to avoid domain c... | Jakob Stoklund Olesen | 1 | -0/+1 |
2010-03-23 | Revert "Add a late SSEDomainFix pass that twiddles SSE instructions to avoid ... | Jakob Stoklund Olesen | 1 | -1/+0 |