| Commit message (Expand) | Author | Age | Files | Lines |
* | Add a way to look up a type by it's name in a module. | Erick Tryzelaar | 2010-02-28 | 1 | -0/+8 |
* | Add support for global variables in an address space for llvm-c and ocaml. | Erick Tryzelaar | 2010-02-28 | 1 | -20/+38 |
* | Add indirect br support to llvm-c and ocaml. | Erick Tryzelaar | 2010-02-28 | 1 | -0/+17 |
* | Add metadata functions to llvm-c and ocaml. | Erick Tryzelaar | 2010-02-28 | 1 | -0/+40 |
* | Add the new builder arthmetic instructions to llvm-c and ocaml. | Erick Tryzelaar | 2010-02-28 | 1 | -1/+53 |
* | Add the new union arthmetic instructions to llvm-c and ocaml. | Erick Tryzelaar | 2010-02-28 | 1 | -0/+6 |
* | Rename ocaml vmcore tests to make it easier to insert tests. | Erick Tryzelaar | 2010-02-28 | 1 | -228/+226 |
* | Remove malloc and free from the ocaml bindings. | Erick Tryzelaar | 2010-02-28 | 1 | -9/+3 |
* | Teach APFloat how to create both QNaNs and SNaNs and with arbitrary-width | John McCall | 2010-02-28 | 1 | -2/+1 |
* | Don't try to replace physical registers when doing CSE. | Dan Gohman | 2010-02-28 | 1 | -0/+39 |
* | Add nounwinds. | Dan Gohman | 2010-02-27 | 1 | -2/+2 |
* | Re-apply 97040 with fix. This survives a ppc self-host llvm-gcc bootstrap. | Evan Cheng | 2010-02-27 | 5 | -10/+64 |
* | fix PR6414, a nondeterminism issue in IPSCCP which was because | Chris Lattner | 2010-02-27 | 1 | -0/+32 |
* | Use the right floating point load/store instructions in PPCInstrInfo::foldMem... | Jakob Stoklund Olesen | 2010-02-26 | 1 | -0/+433 |
* | fix PR6435 another bug from the MallocInst elimination work. | Chris Lattner | 2010-02-26 | 1 | -0/+27 |
* | Reapply things reverted back in 97220, with the fixed test case. | Sanjiv Gupta | 2010-02-26 | 1 | -1/+1 |
* | Fix XCoreTargetLowering::isLegalAddressingMode() to handle VoidTy. | Richard Osborne | 2010-02-26 | 1 | -0/+26 |
* | this file lacks a run line! | Chris Lattner | 2010-02-26 | 1 | -0/+1 |
* | rewrite OptimizeGlobalAddressOfMalloc to fix PR6422, some bugs | Chris Lattner | 2010-02-25 | 1 | -0/+17 |
* | tests: Propogate the HOME environment variable through to tests. I'm ambivalent | Daniel Dunbar | 2010-02-25 | 1 | -0/+3 |
* | change the scope node to include a list of children to be checked | Chris Lattner | 2010-02-25 | 1 | -1/+1 |
* | This is a patch to the assembler frontend to detect when aligning a text | Kevin Enderby | 2010-02-25 | 1 | -0/+156 |
* | Teach the constant folder about union types. | Dan Gohman | 2010-02-25 | 1 | -6/+48 |
* | Revert r97064. Duncan pointed out that bitcasts are defined in | Dan Gohman | 2010-02-25 | 1 | -39/+0 |
* | Make LoopSimplify change conditional branches in loop exiting blocks | Dan Gohman | 2010-02-25 | 3 | -3/+67 |
* | Try r96559 for the third time. This time the shared library is only built if | Jeffrey Yasskin | 2010-02-25 | 3 | -1/+12 |
* | Create a stack frame on ARM when | Jakob Stoklund Olesen | 2010-02-24 | 1 | -0/+15 |
* | Check for comparisons of +/- zero when optimizing less-than-or-equal and | Bob Wilson | 2010-02-24 | 1 | -0/+16 |
* | Make getTypeSizeInBits work correctly for array types; it should return | Dan Gohman | 2010-02-24 | 1 | -0/+39 |
* | Speculatively revert r97011, "Re-apply 96540 and 96556 with fixes.", again in | Daniel Dunbar | 2010-02-24 | 5 | -63/+10 |
* | When forming SSE min and max nodes for UGE and ULE comparisons, it's | Dan Gohman | 2010-02-24 | 1 | -13/+429 |
* | Change the scheduler from adding nodes in allnodes order | Chris Lattner | 2010-02-24 | 4 | -107/+4 |
* | LowerCall() should always do getCopyFromReg() to reference the stack pointer. | Jim Grosbach | 2010-02-24 | 1 | -1/+1 |
* | Re-apply 96540 and 96556 with fixes. | Evan Cheng | 2010-02-24 | 5 | -10/+63 |
* | DIV8r must define %AX since X86DAGToDAGISel::Select() sometimes uses it | Jakob Stoklund Olesen | 2010-02-24 | 1 | -0/+20 |
* | Remember to handle sub-registers when moving imp-defs to a rematted instruction. | Jakob Stoklund Olesen | 2010-02-23 | 1 | -0/+49 |
* | Keep track of phi join registers explicitly in LiveVariables. | Jakob Stoklund Olesen | 2010-02-23 | 1 | -0/+146 |
* | Roll back r96959 again. | Jeffrey Yasskin | 2010-02-23 | 3 | -12/+1 |
* | new test case for r96974. | Devang Patel | 2010-02-23 | 1 | -0/+9 |
* | Adding the MicroBlaze backend. | Wesley Peck | 2010-02-23 | 14 | -0/+1339 |
* | Roll r96559 forward again, adding libLLVM-2.7svn.so to LLVM. This links 3 of | Jeffrey Yasskin | 2010-02-23 | 3 | -1/+12 |
* | Don't do (X != Y) ? X : Y -> X for floating-point values; it doesn't | Dan Gohman | 2010-02-23 | 1 | -0/+53 |
* | Remove the code which constant-folded ptrtoint(inttoptr(x)+c) to | Dan Gohman | 2010-02-23 | 1 | -27/+0 |
* | Lower BR_JT on the XCore to a jump into a series of jump instructions. | Richard Osborne | 2010-02-23 | 2 | -0/+156 |
* | tests: Don't make a missing llvm-gcc dir a fatal error. | Daniel Dunbar | 2010-02-23 | 1 | -2/+0 |
* | Switch .bc/.ll Makefile rules to use LLVM{CC,CXX} instead of LLVMG{CC,XX} | Daniel Dunbar | 2010-02-23 | 1 | -3/+3 |
* | Fix a thinko in the lit.cfg. | Daniel Dunbar | 2010-02-23 | 1 | -1/+1 |
* | Update the test suite. | Mikhail Glushenkov | 2010-02-23 | 13 | -21/+21 |
* | Inline and eliminate LLVMG{CC,XX}WITHPATH. | Daniel Dunbar | 2010-02-23 | 1 | -3/+3 |
* | Eliminate llvmgcc_version testing variable. | Daniel Dunbar | 2010-02-23 | 4 | -16/+3 |