| Commit message (Expand) | Author | Age | Files | Lines |
| * | Privatize some variables. | Owen Anderson | 2009-06-26 | 1 | -5/+4 |
| * | Provide InitializeAllTargets and InitializeNativeTarget functions in the | Bob Wilson | 2009-06-23 | 1 | -4/+2 |
| * | It looks like nobody is working on PR 4158, so I'm | Dale Johannesen | 2009-06-18 | 1 | -0/+11 |
| * | Introduce new headers whose inclusion forces linking and | Douglas Gregor | 2009-06-16 | 1 | -0/+5 |
| * | Fix an erroneous check for isFNeg; the FNeg case is handled | Dan Gohman | 2009-06-04 | 1 | -1/+1 |
| * | Split the Add, Sub, and Mul instruction opcodes into separate | Dan Gohman | 2009-06-04 | 1 | -15/+20 |
| * | Spacing fix. | Dale Johannesen | 2009-05-19 | 1 | -1/+1 |
| * | Rename PaddedSize to AllocSize, in the hope that this | Duncan Sands | 2009-05-09 | 1 | -2/+2 |
| * | Instead of passing in an unsigned value for the optimization level, use an enum, | Bill Wendling | 2009-04-29 | 2 | -2/+2 |
| * | Second attempt: | Bill Wendling | 2009-04-29 | 2 | -2/+3 |
| * | r70270 isn't ready yet. Back this out. Sorry for the noise. | Bill Wendling | 2009-04-28 | 2 | -3/+2 |
| * | Massive check in. This changes the "-fast" flag to "-O#" in llc. If you want to | Bill Wendling | 2009-04-28 | 2 | -2/+3 |
| * | Match C backend only if it explicitly requested. | Devang Patel | 2009-04-20 | 1 | -2/+3 |
| * | Fix some failures in targets on available_externally functions, | Chris Lattner | 2009-04-17 | 1 | -0/+5 |
| * | Fix internal representation of fp80 to be the | Dale Johannesen | 2009-03-23 | 1 | -3/+2 |
| * | Add the private linkage. | Rafael Espindola | 2009-01-15 | 1 | -3/+3 |
| * | fix memleaks | Nuno Lopes | 2009-01-13 | 1 | -0/+2 |
| * | Rename getABITypeSize to getTypePaddedSize, as | Duncan Sands | 2009-01-12 | 1 | -2/+2 |
| * | Removed trailing whitespace from Makefiles. | Misha Brukman | 2009-01-09 | 1 | -2/+2 |
| * | __fastcall and __stdcall are mingw extensions to gcc for windows. Use the | Nick Lewycky | 2008-11-26 | 1 | -2/+2 |
| * | Adds extern "C" ints to the .cpp files that use RegisterTarget, as | Oscar Fuentes | 2008-11-15 | 1 | -0/+8 |
| * | Fix PR2907 by digging through constant expressions to find FP constants that | Chris Lattner | 2008-10-22 | 1 | -42/+63 |
| * | add some simple hacky long double support for the CBE. This | Chris Lattner | 2008-10-17 | 1 | -5/+15 |
| * | Fix command-line option printing to print two spaces where needed, | Dan Gohman | 2008-10-14 | 1 | -1/+1 |
| * | Add a "loses information" return value to APFloat::convert | Dale Johannesen | 2008-10-09 | 1 | -1/+2 |
| * | Rename APFloat::convertToAPInt to bitcastToAPInt to | Dale Johannesen | 2008-10-09 | 1 | -4/+4 |
| * | CMake: Builds all examples. Corrected name of CBackend target. | Oscar Fuentes | 2008-09-26 | 1 | -1/+1 |
| * | CMake: Builds all targets. | Oscar Fuentes | 2008-09-26 | 1 | -0/+3 |
| * | Large mechanical patch. | Devang Patel | 2008-09-25 | 1 | -24/+24 |
| * | Tidy up several unbeseeming casts from pointer to intptr_t. | Dan Gohman | 2008-09-04 | 1 | -2/+2 |
| * | unbreak the CBE on treeadd an many others. | Chris Lattner | 2008-08-21 | 1 | -2/+2 |
| * | Use raw_ostream throughout the AsmPrinter. | Owen Anderson | 2008-08-21 | 2 | -20/+184 |
| * | Rename some GC classes so that their roll will hopefully be clearer. | Gordon Henriksen | 2008-08-17 | 1 | -1/+1 |
| * | Avoid emitting casts in static initializer contexts. This fixes | Dan Gohman | 2008-07-24 | 1 | -65/+62 |
| * | Use C99 aggregate literal syntax for first-class struct and array values. | Dan Gohman | 2008-07-23 | 1 | -0/+8 |
| * | Enable first-class aggregates support. | Dan Gohman | 2008-07-23 | 1 | -13/+0 |
| * | In the CBackend, use casts to force integer add, subtract, and | Dan Gohman | 2008-07-18 | 1 | -0/+28 |
| * | Make LLVM compile on DragonFly BSD (PR2499). | Matthijs Kooijman | 2008-06-26 | 1 | -1/+1 |
| * | Switch from generating the int128 typedefs based on targetdata to generating | Chris Lattner | 2008-06-16 | 1 | -6/+4 |
| * | Revert r52046. It broke cbe on x86 / Mac OS X. | Evan Cheng | 2008-06-07 | 1 | -21/+6 |
| * | Handle assembler identifiers specially in CBE. This fixes PR2418. | Anton Korobeynikov | 2008-06-06 | 1 | -6/+21 |
| * | Rewrite a bunch of the CBE's inline asm code, giving it the | Chris Lattner | 2008-06-04 | 1 | -45/+83 |
| * | Implement CBE support for first-class structs and array values, | Dan Gohman | 2008-06-02 | 1 | -18/+77 |
| * | Fix the CBE's handling of instructions whose result is an i1. Previously, | Chris Lattner | 2008-05-31 | 1 | -20/+46 |
| * | Fix some constructs that gcc-4.4 warns about. | Duncan Sands | 2008-05-27 | 1 | -2/+3 |
| * | Tweak how ConstantFP80Ty constants are output | Duncan Sands | 2008-05-24 | 1 | -1/+1 |
| * | Fix another isFirstClassType that now needs to be isSingleValueType. | Dan Gohman | 2008-05-23 | 1 | -1/+1 |
| * | fix an off-by-one error in my previous patch, don't treat the callee as a inc... | Chris Lattner | 2008-05-22 | 1 | -10/+9 |
| * | Add support for multiple-return values in inline asm. This should | Chris Lattner | 2008-05-22 | 1 | -34/+42 |
| * | Add CommonLinkage; currently tentative definitions | Dale Johannesen | 2008-05-14 | 1 | -1/+7 |