| Commit message (Expand) | Author | Age | Files | Lines |
* | Extend the instruction itinerary model to include the ability to indicate the... | David Goodwin | 2009-08-17 | 5 | -68/+140 |
* | the MinPad argument to PadToColumn only really makes sense to be 1, | Chris Lattner | 2009-08-17 | 7 | -61/+59 |
* | Fixed indentation and spelling. | Misha Brukman | 2009-08-17 | 1 | -2/+2 |
* | Fix more missing newlines. | Dan Gohman | 2009-08-17 | 1 | -2/+2 |
* | Fix printing of instructions with null operands. | Dan Gohman | 2009-08-17 | 1 | -1/+1 |
* | Always print at least one space before adding a comment. | Dan Gohman | 2009-08-17 | 1 | -3/+3 |
* | Fix debug output to include a newline after printing a Value, now | Dan Gohman | 2009-08-17 | 3 | -18/+18 |
* | Don't access the first element of a potentially empty | Duncan Sands | 2009-08-17 | 1 | -6/+7 |
* | XFAIL this test since the fix was reverted. | Duncan Sands | 2009-08-17 | 1 | -0/+1 |
* | Add a test that shows that SSI is working correctly. | Nick Lewycky | 2009-08-17 | 1 | -0/+22 |
* | change AsmPrinter to switch sections using AsmStreamer instead of | Chris Lattner | 2009-08-17 | 6 | -21/+14 |
* | Don't crash trying to promote VLAs. | Nick Lewycky | 2009-08-17 | 2 | -1/+27 |
* | CMake: Updated library dependencies. | Oscar Fuentes | 2009-08-17 | 1 | -1/+1 |
* | give MCAsmStreamer a TargetAsmInfo. | Chris Lattner | 2009-08-17 | 4 | -15/+19 |
* | formatting cleanups, no functionality change. | Chris Lattner | 2009-08-17 | 1 | -43/+36 |
* | Make a declaration consistent with its definition. | Oscar Fuentes | 2009-08-17 | 1 | -1/+1 |
* | CMake: LLVMConfig assigns LLVMX86 to the `native' component | Oscar Fuentes | 2009-08-17 | 2 | -3/+3 |
* | Wrap unit test death tests in GTEST_HAS_DEATH_TEST | Erick Tryzelaar | 2009-08-17 | 2 | -5/+9 |
* | Change APFloatTest from using ASSERTs to EXPECTs | Erick Tryzelaar | 2009-08-17 | 1 | -67/+67 |
* | Expose creating constant ints and floats from strings to ocaml. | Erick Tryzelaar | 2009-08-16 | 4 | -0/+39 |
* | Expose creating constant ints and floats from strings in llvm-c. | Erick Tryzelaar | 2009-08-16 | 2 | -20/+26 |
* | Add helper functions to ConstantInt and ConstantFP to accept strings. | Erick Tryzelaar | 2009-08-16 | 2 | -0/+27 |
* | Modify APFloat to take a StringRef instead of a c string. | Erick Tryzelaar | 2009-08-16 | 3 | -67/+217 |
* | Add failure tests to APInt unit test. | Erick Tryzelaar | 2009-08-16 | 1 | -0/+11 |
* | Add a getOffsetOf, for building a target-independent expression for | Dan Gohman | 2009-08-16 | 2 | -0/+17 |
* | Avoid emitting XMM save code in soft-float or no-implicit-float mode | Dan Gohman | 2009-08-16 | 1 | -22/+25 |
* | Delete an unused field. | Dan Gohman | 2009-08-16 | 1 | -3/+0 |
* | CMake: Removed traces of obsolete variable LLVM_PLO_FLAGS. | Oscar Fuentes | 2009-08-16 | 2 | -5/+0 |
* | CMake: New option LLVM_BUILD_TOOLS. Renamed LLVM_EXAMPLES to | Oscar Fuentes | 2009-08-16 | 2 | -3/+13 |
* | CMake: Discriminate MINGW, MSYS, CYGWIN: does not try to build llvm-config un... | Oscar Fuentes | 2009-08-16 | 2 | -1/+3 |
* | Replace RegScavenger::DistanceMap with a simpler local algorithm. | Jakob Stoklund Olesen | 2009-08-16 | 2 | -68/+53 |
* | Clean up the public interface of RegScavenger. | Jakob Stoklund Olesen | 2009-08-16 | 2 | -44/+20 |
* | Be more clever about regclasses in ScheduleDAGSDNodes::EmitCopyFromReg. | Jakob Stoklund Olesen | 2009-08-16 | 1 | -5/+5 |
* | Fix use after free in Thumb2SizeReduction (PR4707). A MachineInstr was used a... | Benjamin Kramer | 2009-08-16 | 1 | -1/+4 |
* | Styalistic and format changes. No functionality change. | Bill Wendling | 2009-08-16 | 1 | -73/+85 |
* | Fix the MSVC build again. | Benjamin Kramer | 2009-08-16 | 1 | -1/+1 |
* | CMake: Hopefully this will fix the build on VS. I can't replicate the | Oscar Fuentes | 2009-08-16 | 2 | -1/+1 |
* | CMake: Revert r79144. It reverted a change necessary for correct | Oscar Fuentes | 2009-08-16 | 2 | -0/+9 |
* | add support for external symbols + X86::MOVPC32r. | Chris Lattner | 2009-08-16 | 2 | -59/+123 |
* | Fix for PR3016: detect the tricky case, where there are | Eli Friedman | 2009-08-16 | 2 | -60/+37 |
* | implement support for lowering references to global addresses. For example, ... | Chris Lattner | 2009-08-16 | 2 | -5/+53 |
* | more formatting improvements, no functionality change. | Chris Lattner | 2009-08-16 | 1 | -57/+65 |
* | code formatting improvements, no functionality change. | Chris Lattner | 2009-08-16 | 1 | -74/+85 |
* | when emitting errors about CHECK-NEXT directives, show the line that the | Chris Lattner | 2009-08-16 | 1 | -2/+6 |
* | Add an llvm-c function that lets you insert an instruction with a name. | Erick Tryzelaar | 2009-08-16 | 5 | -0/+22 |
* | Expose most of the Constant creation functions to ocaml. | Erick Tryzelaar | 2009-08-16 | 3 | -4/+148 |
* | Expose most of the IRBuilder functionality to ocaml. | Erick Tryzelaar | 2009-08-16 | 3 | -3/+315 |
* | Expose most of the Constant creation functions to llvm-c. | Erick Tryzelaar | 2009-08-16 | 2 | -2/+108 |
* | Expose most of the rest of IRBuilder's functions to llvm-c. | Erick Tryzelaar | 2009-08-16 | 2 | -0/+140 |
* | Add more casts to the IRBuilder. | Erick Tryzelaar | 2009-08-16 | 2 | -1/+52 |