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