- 9fb823b Move all of the header files which are involved in modelling the LLVM IR by Chandler Carruth · 13 years ago
- ed0881b Use the new script to sort the includes of every file under lib. by Chandler Carruth · 13 years ago
- cbe34b4 Extend the IL for selecting TLS models (PR9788) by Hans Wennborg · 13 years ago
- a3088f0 Handle aliases to tls variables in all architectures, not just x86. by Rafael Espindola · 13 years ago
- ede4a8a Teach LLVM about a PIE option which, when enabled on top of PIC, makes by Chandler Carruth · 14 years ago
- 16f0ebc Move the TLSModel information into the TargetMachine rather than hiding by Chandler Carruth · 14 years ago
- 6e80c28 Prune some includes and forward declarations. by Craig Topper · 14 years ago
- d4a964c Prune some includes and forward declarations. by Craig Topper · 14 years ago
- d3f8fe8 RegAlloc superpass: includes phi elimination, coalescing, and scheduling. by Andrew Trick · 14 years ago
- 8093eac Moving options declarations around. by Andrew Trick · 14 years ago
- e77e84e Added the MachineSchedulerPass skeleton. by Andrew Trick · 14 years ago
- a6c59b8 Also remove unnecessary includes from this file, which was supposed to be part by Nick Lewycky · 14 years ago
- b9cda97 Refactor the implementation of the TargetOptions out of TargetMachine, taking by Nick Lewycky · 14 years ago
- 50f02cb Move global variables in TargetMachine into new TargetOptions class. As an API by Nick Lewycky · 14 years ago
- ecb2908 Sink codegen optimization level into MCCodeGenInfo along side relocation model by Evan Cheng · 14 years ago
- aab6169 Switch new .file directive emission off by default, change llc's flag for it to by Nick Lewycky · 14 years ago
- 40f8f2f Add support for a new extension to the .file directive: by Nick Lewycky · 14 years ago
- ddc0f87 Command line option to enable support for segmented stacks: by Rafael Espindola · 14 years ago
- efd9b42 - Move CodeModel from a TargetMachine global option to MCCodeGenInfo. by Evan Cheng · 14 years ago
- cc38ef6 Don't leak CodeGenInfos. by Benjamin Kramer · 14 years ago
- 2129f59 Introduce MCCodeGenInfo, which keeps information that can affect codegen by Evan Cheng · 14 years ago
- 4d1ca96 Eliminate asm parser's dependency on TargetMachine: by Evan Cheng · 14 years ago
- 8b2a2a1 Rename TargetOptions::StackAlignment to StackAlignmentOverride. by Evan Cheng · 14 years ago
- fc9bae6 Replace the -unwind-tables option with a per function flag. This is more by Rafael Espindola · 14 years ago
- a3181d1 Add all the plumbing needed for MC to expand cfi to the old tables in by Rafael Espindola · 14 years ago
- 5f1ba4c Remove -use-divmod-libcall. Let targets opt in when they are available. by Evan Cheng · 15 years ago
- 74d92c1 Change -arm-trap-func= into a non-arm specific option. Now Intrinsic::trap is lowered into a call to the specified trap function at sdisel time. by Evan Cheng · 15 years ago
- a7c7b54 Change -arm-divmod-libcall to a target neutral option. by Evan Cheng · 15 years ago
- 3e2b335 Integrated-As: Add support for setting the AllowTemporaryLabels flag via by Daniel Dunbar · 15 years ago
- c5efca4 Initialize MCNoExecStack. by Rafael Espindola · 15 years ago
- b58867c Change some methods in MCDwarf.cpp to be able to handle an arbitrary by Rafael Espindola · 15 years ago
- 55f0c6b Split -enable-finite-only-fp-math to two options: by Evan Cheng · 15 years ago
- f439610 -enable-unsafe-fp-math should not imply -enable-finite-only-fp-math. by Evan Cheng · 15 years ago
- b33dfbc MC: Add TargetMachine support for setting the value of MCRelaxAll with by Daniel Dunbar · 15 years ago
- 4ed63f8 Don't eliminate frame pointers from leaf functions if "--disable-fp-elim" is by Bill Wendling · 15 years ago
- 02d3368 - Set the "HasCalls" flag after instruction selection is finished. by Bill Wendling · 15 years ago
- db4bc54 Revert r103804. The comment is correct. by Bill Wendling · 15 years ago
- 95f6ebc Rename "HasCalls" in MachineFrameInfo to "AdjustsStack" to better describe what by Bill Wendling · 15 years ago
- 211427b Remove the -enable-sjlj-eh option, which doesn't do anything. by Duncan Sands · 15 years ago
- 4158a0f Implement -disable-non-leaf-fp-elim which disable frame pointer elimination by Evan Cheng · 16 years ago
- 5b212a3 add llvm codegen support for -ffunction-sections and -fdata-sections, by Chris Lattner · 16 years ago
- 3464a5b Rename the PerformTailCallOpt variable to GuaranteedTailCallOpt to reflect by Dan Gohman · 16 years ago
- 640b58b Clarify what -tailcallopt option actually do. by Evan Cheng · 16 years ago
- 8cbc25d Remove the '-disable-scheduling' flag and replace it with the 'source' option of by Bill Wendling · 16 years ago
- 022d18f Changes from review: by Bill Wendling · 16 years ago
- 9a10db8 Implement the JIT side of the GDB JIT debugging interface. To enable this by Reid Kleckner · 16 years ago
- 7b26fce Rename TargetAsmInfo (and its subclasses) to MCAsmInfo. by Chris Lattner · 16 years ago
- 693e36a SjLj based exception handling unwinding support. This patch is nasty, brutish by Jim Grosbach · 16 years ago
- e833810 Reapply TargetRegistry refactoring commits. by Daniel Dunbar · 16 years ago
- 338191c Revert 75762, 75763, 75766..75769, 75772..75775, 75778, 75780, 75782 to repair broken LLVM-GCC build. by Stuart Hastings · 16 years ago
- 6db8134 Provide TargetMachine implementations with reference to Target they were created by Daniel Dunbar · 16 years ago
- 77d1943 The attached patches implement most of the ARM AAPCS-VFP hard float by Anton Korobeynikov · 16 years ago
- d1c7d34 Add new function attribute - noimplicitfloat by Devang Patel · 16 years ago
- 72a4d2f Add new function attribute - noredzone. by Devang Patel · 16 years ago
- 5e5a63c CodeGen still defaults to non-verbose asm, but llc now overrides it and default to verbose. by Evan Cheng · 17 years ago
- f67448a Added option to enable generating less precise mad (multiply addition) by Mon P Wang · 17 years ago
- 42adc73 Add a -no-implicit-float flag. This acts like -soft-float, but may generate by Bill Wendling · 17 years ago
- 75cee3a Enable the red zone on x86-64 by default. by Dan Gohman · 17 years ago
- b6d36e1 Implement Red Zone utilization on x86-64. This is currently by Dan Gohman · 17 years ago
- 9c4b7d5 Fix command-line option printing to print two spaces where needed, by Dan Gohman · 17 years ago
- 1d338fc Add an option to enable StrongPHIElimination, for ease of testing. by Owen Anderson · 17 years ago
- 1b76f2c Remove OptimizeForSize global. Use function attribute optsize. by Devang Patel · 17 years ago
- 6fe5fe4 Accidental commit of partial 'stack canaries' code by Bill Wendling · 17 years ago
- 99b8371 Reverting r55898 to r55909. One of these patches was causing an ICE during the full bootstrap on Darwin: by Bill Wendling · 17 years ago
- bbeb8f0 This option doesn't need to be a target option. It can be in SDISel instead. by Owen Anderson · 17 years ago
- a102290 - Fix SelectionDAG to generate correct CFGs. by Owen Anderson · 17 years ago
- c31eb20 Add a flag to disable jump table generation (all by Dale Johannesen · 17 years ago
- c963f6c Avoid creating expensive comment string if it's not going to be printed. by Evan Cheng · 17 years ago
- 864541a Fix indentation. by Evan Cheng · 17 years ago
- d78c400 Clean up the use of static and anonymous namespaces. This turned up by Dan Gohman · 17 years ago
- 6a2da37 Make several variable declarations static. by Dan Gohman · 17 years ago
- c107d00 Make these variables static. by Dan Gohman · 17 years ago
- cb195f5 Make stack alignment options global for all targets by Anton Korobeynikov · 17 years ago
- 876224b Reverse sense of unwind-tables option. This means by Dale Johannesen · 18 years ago
- 4c0c018 Rename -disable-required-unwind-tables to unwind-tables-optional. by Dale Johannesen · 18 years ago
- 344aec2 Implement new llc flag -disable-required-unwind-tables. by Dale Johannesen · 18 years ago
- 88c44ef Rename option -optimizefor-size to -optimize-size. by Evan Cheng · 18 years ago
- 246a527 Add optimize-for-size knob. by Devang Patel · 18 years ago
- f3ebc3f Remove attribution from file headers, per discussion on llvmdev. by Chris Lattner · 18 years ago
- 9ccea99 Added tail call optimization to the x86 back end. It can be by Arnold Schwaighofer · 18 years ago
- 5fb5a1f Enabling new condition code modeling scheme. by Evan Cheng · 18 years ago
- 8a7dec7 New temporary option -new-cc-modeling-scheme to test the new cc modeling scheme. by Evan Cheng · 18 years ago
- f65f18b expose HonorSignDependentRoundingFPMathOption to .td files by Chris Lattner · 18 years ago
- 6ac3a37 Add a new option. by Chris Lattner · 18 years ago
- 25e62eb Fix a message, patch by Christopher Lamb. by Chris Lattner · 19 years ago
- 52726f5 rename flag by Jim Laskey · 19 years ago
- d115486 Flag to control exception handling. by Jim Laskey · 19 years ago
- 3f6d528 * Fix one more bug in PIC codegen: extra load is needed for *all* by Anton Korobeynikov · 19 years ago
- 38ee651 Revert patch. by Bill Wendling · 19 years ago
- a967e9c Create/store/and delete the TargetObjInfo object. by Bill Wendling · 19 years ago
- e107a8b Added option -soft-float to generate SW fp library calls instead of fp instructions. by Evan Cheng · 19 years ago
- ae92ce8 1. Remove condition on delete. by Jim Laskey · 19 years ago
- 261779b Make target asm info a property of the target machine. by Jim Laskey · 19 years ago
- 2f93c0f remove #include by Chris Lattner · 19 years ago
- 0fc4541 Simplify target construction. by Chris Lattner · 19 years ago
- 82dc16c Tidy up options. by Jim Laskey · 19 years ago
- 9e56e5c Rename RelocModel::PIC to PIC_, to avoid conflicts with -DPIC. by Chris Lattner · 19 years ago
- 0441746 Added option -code-model to set code model (only used in 64-bit) mode. Valid by Evan Cheng · 19 years ago
- 94531bf For PR786: Remove a spurious ; by Reid Spencer · 19 years ago
- aa237256 Patches to make the LLVM sources more -pedantic clean. Patch provided by Chris Lattner · 19 years ago