| Commit message (Expand) | Author | Age | Files | Lines |
* | remove dead forward decl | Chris Lattner | 2009-07-20 | 1 | -1/+0 |
* | Lift addAssemblyEmitter into LLVMTargetMachine. | Daniel Dunbar | 2009-07-15 | 1 | -9/+8 |
* | Lift DumpAsm / -print-emitted-asm functionality into LLVMTargetMachine. | Daniel Dunbar | 2009-07-15 | 1 | -13/+10 |
* | Reapply TargetRegistry refactoring commits. | Daniel Dunbar | 2009-07-15 | 1 | -14/+7 |
* | Revert 75762, 75763, 75766..75769, 75772..75775, 75778, 75780, 75782 to repai... | Stuart Hastings | 2009-07-15 | 1 | -7/+14 |
* | Kill off old (TargetMachine level, not Target level) match quality functions. | Daniel Dunbar | 2009-07-15 | 1 | -13/+0 |
* | Provide TargetMachine implementations with reference to Target they were created | Daniel Dunbar | 2009-07-15 | 1 | -2/+8 |
* | Have asm printers use formatted_raw_ostream directly to avoid a | David Greene | 2009-07-14 | 1 | -5/+6 |
* | Add the Object Code Emitter class. Original patch by Aaron Gray, I did some | Bruno Cardoso Lopes | 2009-07-06 | 1 | -1/+29 |
* | Address more comments :) | Anton Korobeynikov | 2009-06-15 | 1 | -5/+4 |
* | Document ABIType enum. Patch by Sandeep Patel! | Anton Korobeynikov | 2009-06-15 | 1 | -0/+3 |
* | The attached patches implement most of the ARM AAPCS-VFP hard float | Anton Korobeynikov | 2009-06-08 | 1 | -1/+9 |
* | First patch in the direction of splitting MachineCodeEmitter in two subclasses: | Bruno Cardoso Lopes | 2009-05-30 | 1 | -0/+58 |
* | Remove unused flags. | Bill Wendling | 2009-04-30 | 1 | -3/+0 |
* | Remove LTO optimization level. | Bill Wendling | 2009-04-29 | 1 | -2/+1 |
* | Instead of passing in an unsigned value for the optimization level, use an enum, | Bill Wendling | 2009-04-29 | 1 | -16/+29 |
* | Second attempt: | Bill Wendling | 2009-04-29 | 1 | -19/+23 |
* | r70270 isn't ready yet. Back this out. Sorry for the noise. | Bill Wendling | 2009-04-28 | 1 | -23/+19 |
* | Massive check in. This changes the "-fast" flag to "-O#" in llc. If you want to | Bill Wendling | 2009-04-28 | 1 | -19/+23 |
* | CodeGen still defaults to non-verbose asm, but llc now overrides it and defau... | Evan Cheng | 2009-03-25 | 1 | -2/+12 |
* | Reapply 63765. Patches for clang and llvm-gcc to follow. | Dale Johannesen | 2009-02-05 | 1 | -1/+6 |
* | Reverting 63765. This broke the build of both clang | Dale Johannesen | 2009-02-04 | 1 | -6/+1 |
* | New feature: add support for target intrinsics being defined in the | Nate Begeman | 2009-02-04 | 1 | -1/+6 |
* | Tidy up #includes, deleting a bunch of unnecessary #includes. | Dan Gohman | 2009-01-05 | 1 | -3/+2 |
* | Refactor the code that adds standard LLVM codegen passes into | Dan Gohman | 2008-09-25 | 1 | -1/+7 |
* | Accidental commit of partial 'stack canaries' code | Bill Wendling | 2008-09-08 | 1 | -9/+0 |
* | Reverting r55898 to r55909. One of these patches was causing an ICE during th... | Bill Wendling | 2008-09-08 | 1 | -0/+9 |
* | Use raw_ostream throughout the AsmPrinter. | Owen Anderson | 2008-08-21 | 1 | -4/+5 |
* | Prune and tidy #includes. | Dan Gohman | 2008-05-29 | 1 | -1/+1 |
* | Remove warnings about unused parameters and shadowed variables. | Bill Wendling | 2008-05-19 | 1 | -21/+22 |
* | Add facility for pre-RA passes | Anton Korobeynikov | 2008-04-23 | 1 | -1/+8 |
* | Use PassManagerBase instead of FunctionPassManager for functions | Dan Gohman | 2008-03-11 | 1 | -13/+13 |
* | Rename MRegisterInfo to TargetRegisterInfo. | Dan Gohman | 2008-02-10 | 1 | -2/+2 |
* | rename TargetInstrDescriptor -> TargetInstrDesc. | Chris Lattner | 2008-01-07 | 1 | -1/+0 |
* | Don't attribute in file headers anymore. See llvmdev for the | Chris Lattner | 2007-12-29 | 1 | -2/+2 |
* | Remove meaningless qualifiers from return types, avoiding compiler warnings. | Dan Gohman | 2007-11-19 | 1 | -2/+2 |
* | Fix the comments for the 'fast' parameter in addPassesToEmitFile. | Dan Gohman | 2007-07-30 | 1 | -4/+6 |
* | Added -print-emitted-asm to print out JIT generated asm to cerr. | Evan Cheng | 2007-07-20 | 1 | -4/+5 |
* | It's not necessary to do rounding for alloca operations when the requested | Dan Gohman | 2007-07-18 | 1 | -0/+330 |