Age | Commit message (Expand) | Author | Files | Lines |
2014-05-15 | Remove unused llvm namespace bool variable. | Eric Christopher | 1 | -1/+0 |
2014-05-15 | Move the TargetMachine MC options to MCTargetOptions. No functional | Eric Christopher | 1 | -4/+0 |
2014-05-12 | Remove MCUseCFI from TargetMachine. | Rafael Espindola | 1 | -1/+0 |
2014-04-25 | [C++] Use 'nullptr'. Target edition. | Craig Topper | 1 | -1/+1 |
2014-04-23 | Create MCTargetOptions. | Evgeniy Stepanov | 1 | -0/+3 |
2014-03-27 | Prevent alias from pointing to weak aliases. | Rafael Espindola | 1 | -1/+1 |
2014-03-26 | Revert "Prevent alias from pointing to weak aliases." | Rafael Espindola | 1 | -1/+1 |
2014-03-26 | Prevent alias from pointing to weak aliases. | Rafael Espindola | 1 | -1/+1 |
2014-02-19 | move getNameWithPrefix and getSymbol to TargetMachine. | Rafael Espindola | 1 | -0/+30 |
2014-02-05 | Remove support for not using .loc directives. | Rafael Espindola | 1 | -1/+0 |
2014-01-28 | Revert r199871 and replace it with a simple check in the debug info | Eric Christopher | 1 | -1/+0 |
2014-01-23 | Add a variable to track whether or not we've used a unique section, | Eric Christopher | 1 | -0/+1 |
2013-12-07 | Add a RequireStructuredCFG Field to TargetMachine. | Vincent Lejeune | 1 | -0/+1 |
2013-11-22 | Teach ISel not to optimize 'optnone' functions (revised). | Paul Robinson | 1 | -0/+5 |
2013-11-21 | Whitespace. | NAKAMURA Takumi | 1 | -1/+1 |
2013-11-21 | Revert r195317 (and r195333), "Teach ISel not to optimize 'optnone' functions." | NAKAMURA Takumi | 1 | -5/+0 |
2013-11-21 | Teach ISel not to optimize 'optnone' functions. | Paul Robinson | 1 | -0/+5 |
2013-07-25 | Replace the "NoFramePointerElimNonLeaf" target option with a function attribute. | Bill Wendling | 1 | -1/+0 |
2013-03-13 | Reset some of the target options which affect code generation. | Bill Wendling | 1 | -0/+26 |
2013-01-02 | Move all of the header files which are involved in modelling the LLVM IR | Chandler Carruth | 1 | -3/+3 |
2012-12-03 | Use the new script to sort the includes of every file under lib. | Chandler Carruth | 1 | -1/+1 |
2012-06-23 | Extend the IL for selecting TLS models (PR9788) | Hans Wennborg | 1 | -7/+33 |
2012-06-23 | Handle aliases to tls variables in all architectures, not just x86. | Rafael Espindola | 1 | -3/+11 |
2012-04-08 | Teach LLVM about a PIE option which, when enabled on top of PIC, makes | Chandler Carruth | 1 | -1/+2 |
2012-04-08 | Move the TLSModel information into the TargetMachine rather than hiding | Chandler Carruth | 1 | -0/+21 |
2012-03-26 | Prune some includes and forward declarations. | Craig Topper | 1 | -1/+0 |
2012-03-25 | Prune some includes and forward declarations. | Craig Topper | 1 | -0/+1 |
2012-02-10 | RegAlloc superpass: includes phi elimination, coalescing, and scheduling. | Andrew Trick | 1 | -2/+0 |
2012-01-17 | Moving options declarations around. | Andrew Trick | 1 | -8/+0 |
2012-01-13 | Added the MachineSchedulerPass skeleton. | Andrew Trick | 1 | -1/+10 |
2011-12-11 | Also remove unnecessary includes from this file, which was supposed to be part | Nick Lewycky | 1 | -2/+0 |
2011-12-10 | Refactor the implementation of the TargetOptions out of TargetMachine, taking | Nick Lewycky | 1 | -33/+0 |
2011-12-02 | Move global variables in TargetMachine into new TargetOptions class. As an API | Nick Lewycky | 1 | -181/+32 |
2011-11-16 | Sink codegen optimization level into MCCodeGenInfo along side relocation model | Evan Cheng | 1 | -0/+8 |
2011-10-31 | Switch new .file directive emission off by default, change llc's flag for it to | Nick Lewycky | 1 | -1/+1 |
2011-10-17 | Add support for a new extension to the .file directive: | Nick Lewycky | 1 | -1/+2 |
2011-08-30 | Command line option to enable support for segmented stacks: | Rafael Espindola | 1 | -0/+7 |
2011-07-20 | - Move CodeModel from a TargetMachine global option to MCCodeGenInfo. | Evan Cheng | 1 | -25/+4 |
2011-07-20 | Don't leak CodeGenInfos. | Benjamin Kramer | 1 | -1/+3 |
2011-07-19 | Introduce MCCodeGenInfo, which keeps information that can affect codegen | Evan Cheng | 1 | -23/+4 |
2011-07-08 | Eliminate asm parser's dependency on TargetMachine: | Evan Cheng | 1 | -2/+3 |
2011-06-23 | Rename TargetOptions::StackAlignment to StackAlignmentOverride. | Evan Cheng | 1 | -2/+2 |
2011-05-25 | Replace the -unwind-tables option with a per function flag. This is more | Rafael Espindola | 1 | -6/+0 |
2011-04-30 | Add all the plumbing needed for MC to expand cfi to the old tables in | Rafael Espindola | 1 | -1/+2 |
2011-04-20 | Remove -use-divmod-libcall. Let targets opt in when they are available. | Evan Cheng | 1 | -5/+0 |
2011-04-08 | Change -arm-trap-func= into a non-arm specific option. Now Intrinsic::trap is... | Evan Cheng | 1 | -0/+11 |
2011-04-07 | Change -arm-divmod-libcall to a target neutral option. | Evan Cheng | 1 | -0/+6 |
2011-03-28 | Integrated-As: Add support for setting the AllowTemporaryLabels flag via | Daniel Dunbar | 1 | -0/+1 |
2011-01-23 | Initialize MCNoExecStack. | Rafael Espindola | 1 | -0/+1 |
2010-11-19 | Change some methods in MCDwarf.cpp to be able to handle an arbitrary | Rafael Espindola | 1 | -1/+2 |