Age | Commit message (Expand) | Author |
2011-08-24 | Move TargetRegistry and TargetSelect from Target to Support where they belong. | Evan Cheng |
2011-08-19 | Add llc flags to disable machine DCE and CSE. | Jakob Stoklund Olesen |
2011-07-26 | Rename createCodeEmitter to createMCCodeEmitter; createObjectStreamer to crea... | Evan Cheng |
2011-07-25 | Rename TargetAsmBackend to MCAsmBackend; rename createAsmBackend to createMCA... | Evan Cheng |
2011-07-20 | Goodbye TargetAsmInfo. This eliminate last bit of CodeGen and Target in llvm-mc. | Evan Cheng |
2011-07-20 | - Move CodeModel from a TargetMachine global option to MCCodeGenInfo. | Evan Cheng |
2011-07-20 | Add MCObjectFileInfo and sink the MCSections initialization code from | Evan Cheng |
2011-07-19 | Introduce MCCodeGenInfo, which keeps information that can affect codegen | Evan Cheng |
2011-07-18 | Sink getDwarfRegNum, getLLVMRegNum, getSEHRegNum from TargetRegisterInfo down | Evan Cheng |
2011-07-14 | Rename createAsmInfo to createMCAsmInfo and move registration code to MCTarge... | Evan Cheng |
2011-07-11 | - Eliminate MCCodeEmitter's dependency on TargetMachine. It now uses MCInstrInfo | Evan Cheng |
2011-07-08 | Eliminate asm parser's dependency on TargetMachine: | Evan Cheng |
2011-07-06 | createMCInstPrinter doesn't need TargetMachine anymore. | Evan Cheng |
2011-07-05 | Remove the ObjC ARC passes from the default optimization list, and add | Dan Gohman |
2011-07-04 | Move early tail duplication earlier. | Rafael Espindola |
2011-06-17 | Use the verbose asm flag instead of a new flag for decoding the LSDA. | Bill Wendling |
2011-06-17 | Add an option that allows one to "decode" the LSDA. | Bill Wendling |
2011-06-15 | The ARC language-specific optimizer. Credit to Dan Gohman. | John McCall |
2011-05-27 | Stub out support for Win64-style exceptions. Note that this is merely using | Charles Davis |
2011-05-22 | eliminate dependence on StandardPasses.h. The code generator's pass pipeline | Chris Lattner |
2011-05-05 | Remove the DwarfTable enum. | Rafael Espindola |
2011-04-30 | Add all the plumbing needed for MC to expand cfi to the old tables in | Rafael Espindola |
2011-03-28 | Integrated-As: Add support for setting the AllowTemporaryLabels flag via | Daniel Dunbar |
2011-03-21 | We need to pass the TargetMachine object to the InstPrinter if we are printing | Bill Wendling |
2011-03-18 | Beginnings of MC-JIT code generation. | Jim Grosbach |
2011-03-05 | Some first rudimentary support for ARM EHABI: print exception table in "text ... | Anton Korobeynikov |
2011-02-28 | Delete the GEPSplitter experiment. | Dan Gohman |
2011-01-23 | Add support for the --noexecstack option. | Rafael Espindola |
2011-01-14 | Add a possibility to switch between CFI directives- and table-based frame des... | Anton Korobeynikov |
2010-12-18 | Pass a Banner argument to the machine code verifier both from | Jakob Stoklund Olesen |
2010-12-16 | MC: Make TargetAsmBackend available to the AsmStreamer. | Daniel Dunbar |
2010-12-10 | Fixed version of 121434 with no new memory leaks. | Rafael Espindola |
2010-12-10 | Revert my previous patch to make the valgrind bots happy. | Rafael Espindola |
2010-12-09 | Initial support for the cfi directives. This is just enough to get | Rafael Espindola |
2010-11-19 | Change some methods in MCDwarf.cpp to be able to handle an arbitrary | Rafael Espindola |
2010-11-18 | Oops, missed this file when remaing ExpandPseudos to ExpandISelPseudos. | Dan Gohman |
2010-11-17 | Remove ARM isel hacks that fold large immediates into a pair of add, sub, and, | Evan Cheng |
2010-11-16 | Split pseudo-instruction expansion into a separate pass, to make it | Dan Gohman |
2010-11-08 | Add registry hook for assembly text output | Che-Liang Chiou |
2010-10-18 | Add TypeBasedAliasAnalysis to the standard pass lists. Note that it | Dan Gohman |
2010-10-18 | Make BasicAliasAnalysis a normal AliasAnalysis implementation which | Dan Gohman |
2010-10-08 | Call InitSections in llc and clang so that the binaries produced by them | Rafael Espindola |
2010-08-31 | Stop using the dom frontier in DwarfEHPrepare by not promoting alloca's | Duncan Sands |
2010-08-24 | Move enabling the local stack allocation pass into the target where it belongs. | Jim Grosbach |
2010-08-14 | Add a local stack object block allocation pass. This is still an | Jim Grosbach |
2010-08-13 | tidy up whitespace a bit | Jim Grosbach |
2010-08-09 | Merge the OptimizeExts and OptimizeCmps passes into one PeepholeOptimizer | Bill Wendling |
2010-08-06 | Add the Optimize Compares pass (disabled by default). | Bill Wendling |
2010-08-05 | Remove double-def checking from MachineVerifier, so a register does not have to | Jakob Stoklund Olesen |
2010-08-04 | The lower invoke pass needs to have unreachable code elimination run after it | Bill Wendling |