aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
* Needs to check whether unaligned load / store of i64 is legal here.Evan Cheng2009-08-151-4/+3
* Remove <iostream>.Bill Wendling2009-08-151-20/+17
* Revert 78996. It was breaking MSVC builds.Benjamin Kramer2009-08-152-9/+0
* Mingw also doesn't have st_blksize.Dan Gohman2009-08-151-1/+1
* Fix test on Linux.Eli Friedman2009-08-151-1/+1
* An overhaul of the exception handling code. This is arguably more correct thanBill Wendling2009-08-151-55/+81
* Add svn:ignore to a couple of directories.Eli Friedman2009-08-150-0/+0
* Reapply r79127. It was fixed by d0k.Bill Wendling2009-08-157-33/+76
* Revert r79127. It was causing compilation errors.Bill Wendling2009-08-157-76/+33
* Don't try to get the context from an erased Instruction.Benjamin Kramer2009-08-151-1/+1
* Unbreak build. Evan, please make sure my changes are correct.Benjamin Kramer2009-08-153-6/+5
* SSI construction should just go ahead and ignore instructions in unreachableNick Lewycky2009-08-152-2/+25
* Fix validation errors.Bill Wendling2009-08-151-3/+3
* Fix validation errors.Bill Wendling2009-08-151-11/+11
* Change allowsUnalignedMemoryAccesses to take type argument since some targetsEvan Cheng2009-08-157-33/+76
* wrap to 80 colsChris Lattner2009-08-151-2/+4
* implement support for CHECK-NEXT: in filecheck.Chris Lattner2009-08-153-37/+157
* Refine EarlyClobber assert in register scavenger.Jakob Stoklund Olesen2009-08-152-1/+43
* simplify some code.Chris Lattner2009-08-151-8/+13
* rewrite FindStringInBuffer to use an explicit loop instead ofChris Lattner2009-08-151-19/+27
* Instead of using an std::pair, use a custom struct.Chris Lattner2009-08-151-12/+21
* specify a target triple so global variable manglings are consistent etc.Chris Lattner2009-08-151-1/+2
* convert to filecheck.Chris Lattner2009-08-151-3/+18
* rename this test to sse2.llChris Lattner2009-08-151-0/+0
* merge a bunch more sse3 tests into sse3.llChris Lattner2009-08-1511-174/+252
* convert test to filecheck format.Chris Lattner2009-08-151-7/+17
* rename testChris Lattner2009-08-151-0/+0
* this is a test for sse3, simplify it.Chris Lattner2009-08-151-1/+1
* the .eh_frame sections we generate need to be writable (whichChris Lattner2009-08-151-1/+2
* document filecheck.Chris Lattner2009-08-151-3/+87
* fix pasto noticed by JakubChris Lattner2009-08-151-1/+1
* Use the new API for creating an OpaqueType.Nicolas Geoffray2009-08-151-2/+4
* add a stub for futher description of filecheck.Chris Lattner2009-08-151-0/+21
* add a simple FileCheck man page.Chris Lattner2009-08-152-0/+67
* tidy upChris Lattner2009-08-151-1/+2
* Update cpp generation with new LLVM API for primitive types.Nicolas Geoffray2009-08-151-6/+7