| Commit message (Expand) | Author | Age | Files | Lines |
* | Revert commit 80428. It completely broke exception | Duncan Sands | 2009-08-31 | 2 | -42/+0 |
* | Normalize makefile comments and sort cmake file lists. | Benjamin Kramer | 2009-08-31 | 2 | -2/+2 |
* | - Add target lowering methods to get the preferred format for the FDE and LSDA | Bill Wendling | 2009-08-29 | 2 | -0/+42 |
* | Alter 79292 to produce output that actually assembles. | Dale Johannesen | 2009-08-26 | 1 | -0/+2 |
* | Make linkerprivate work for ARM and PPC. Testcase covers | Dale Johannesen | 2009-08-24 | 1 | -4/+4 |
* | eliminate the last DOUTs from the targets. | Chris Lattner | 2009-08-23 | 1 | -1/+2 |
* | Change Pass::print to take a raw ostream instead of std::ostream, | Chris Lattner | 2009-08-23 | 1 | -1/+1 |
* | remove various std::ostream version of printing methods from | Chris Lattner | 2009-08-23 | 1 | -3/+2 |
* | Forgot to update some CMakeLists. | Benjamin Kramer | 2009-08-22 | 1 | -1/+1 |
* | rename TAI -> MAI, being careful not to make MAILJMP instructions :) | Chris Lattner | 2009-08-22 | 1 | -13/+13 |
* | rename COFFMCAsmInfo -> MCAsmInfoCOFF, likewise for darwin. | Chris Lattner | 2009-08-22 | 3 | -6/+6 |
* | Rename TargetAsmInfo (and its subclasses) to MCAsmInfo. | Chris Lattner | 2009-08-22 | 5 | -26/+25 |
* | Record variable debug info at ISel time directly. | Devang Patel | 2009-08-22 | 1 | -41/+0 |
* | eliminate AsmPrinter::SwitchToSection and just have clients | Chris Lattner | 2009-08-19 | 1 | -21/+25 |
* | Simplify RegScavenger::FindUnusedReg. | Jakob Stoklund Olesen | 2009-08-18 | 1 | -1/+1 |
* | PowerPC inline asm was emitting two output operands | Dale Johannesen | 2009-08-18 | 2 | -26/+12 |
* | Add support for the PowerPC 64-bit SVR4 ABI. | Tilmann Scheller | 2009-08-15 | 9 | -72/+361 |
* | Simplify a few more things, eliminating a few more dependencies on | Dan Gohman | 2009-08-15 | 1 | -1/+1 |
* | TargetRegistry: Change AsmPrinter constructor to be typed as returning an | Daniel Dunbar | 2009-08-13 | 1 | -4/+4 |
* | Remove HasCrazyBSS and add a flag in TAI to indicate that '.section' | Bruno Cardoso Lopes | 2009-08-13 | 2 | -1/+4 |
* | Push LLVMContexts through the IntegerType APIs. | Owen Anderson | 2009-08-13 | 1 | -1/+2 |
* | TargetRegistry: Reorganize AsmPrinter construction so that clients pass in the | Daniel Dunbar | 2009-08-13 | 1 | -5/+5 |
* | Revert 78892 and 78895, these break generating working executables on | Daniel Dunbar | 2009-08-13 | 3 | -13/+11 |
* | fix a minor fixme. When building with SL and later tools, the ".eh" symbols | Chris Lattner | 2009-08-13 | 3 | -11/+13 |
* | Various AsmWriter output cleanups. Use WriteAsOperand instead of | Dan Gohman | 2009-08-13 | 1 | -15/+5 |
* | Change TargetAsmInfo to be constructed via TargetRegistry from a Target+Triple | Chris Lattner | 2009-08-12 | 2 | -8/+13 |
* | Add contexts to some of the MVT APIs. No functionality change yet, just the ... | Owen Anderson | 2009-08-12 | 1 | -1/+1 |
* | fix CodeGen/PowerPC/2007-01-15-AsmDialect.ll, fallout from r78742 | Chris Lattner | 2009-08-11 | 1 | -2/+2 |
* | second half of commit. | Chris Lattner | 2009-08-11 | 1 | -2/+2 |
* | pass "is64Bit" flag into PPC TAI ctors instead of a whole targetmachine. | Chris Lattner | 2009-08-11 | 2 | -20/+7 |
* | eliminate asmflavor from subtarget, PPCTAI is the only client | Chris Lattner | 2009-08-11 | 3 | -19/+4 |
* | Change the asmprinter to print the comment character before the | Chris Lattner | 2009-08-11 | 1 | -4/+0 |
* | factorize more darwin TAI stuff. Note that this gives | Chris Lattner | 2009-08-11 | 1 | -6/+0 |
* | factorize darwin ProtectedDirective and SetDirective. | Chris Lattner | 2009-08-11 | 1 | -2/+2 |
* | all darwin targets have .space and .zerofill, pull up. | Chris Lattner | 2009-08-11 | 1 | -1/+0 |
* | move LCOMMDirective = "\t.lcomm\t" up to DarwinTAI, eliminate | Chris Lattner | 2009-08-11 | 2 | -31/+29 |
* | Split EVT into MVT and EVT, the former representing _just_ a primitive type, ... | Owen Anderson | 2009-08-11 | 4 | -554/+554 |
* | pass the TargetTriple down from each target ctor to the | Chris Lattner | 2009-08-11 | 1 | -4/+3 |
* | SjLj based exception handling unwinding support. This patch is nasty, brutish | Jim Grosbach | 2009-08-11 | 1 | -3/+3 |
* | Rename MVT to EVT, in preparation for splitting SimpleValueType out into its ... | Owen Anderson | 2009-08-10 | 4 | -619/+619 |
* | Continue the SimpleValueType-ification. | Owen Anderson | 2009-08-10 | 1 | -1/+1 |
* | Start moving TargetLowering away from using full MVTs and towards SimpleValue... | Owen Anderson | 2009-08-10 | 2 | -2/+2 |
* | split MachO section handling stuff out to its out .h/.cpp file. | Chris Lattner | 2009-08-10 | 1 | -1/+1 |
* | Fix a weird ppc64-specific link error during an llvm-gcc build: | Chris Lattner | 2009-08-10 | 1 | -0/+2 |
* | Make the big switch: Change MCSectionMachO to represent a section *semantically* | Chris Lattner | 2009-08-10 | 1 | -31/+27 |
* | 1. Make MCSection an abstract class. | Chris Lattner | 2009-08-08 | 1 | -1/+1 |
* | make printInstruction return void since its result is omitted. Make the | Chris Lattner | 2009-08-08 | 1 | -1/+1 |
* | don't check the result of printInstruction anymore. | Chris Lattner | 2009-08-08 | 1 | -4/+1 |
* | Remove some dead code. | Daniel Dunbar | 2009-08-05 | 1 | -9/+0 |
* | Remove dead code. MDNode and MDString are not Constant anymore. | Devang Patel | 2009-08-05 | 1 | -3/+0 |