aboutsummaryrefslogtreecommitdiffstats
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* Add a way to look up a type by it's name in a module.Erick Tryzelaar2010-02-281-0/+8
* Add support for global variables in an address space for llvm-c and ocaml.Erick Tryzelaar2010-02-281-20/+38
* Add indirect br support to llvm-c and ocaml.Erick Tryzelaar2010-02-281-0/+17
* Add metadata functions to llvm-c and ocaml.Erick Tryzelaar2010-02-281-0/+40
* Add the new builder arthmetic instructions to llvm-c and ocaml.Erick Tryzelaar2010-02-281-1/+53
* Add the new union arthmetic instructions to llvm-c and ocaml.Erick Tryzelaar2010-02-281-0/+6
* Rename ocaml vmcore tests to make it easier to insert tests.Erick Tryzelaar2010-02-281-228/+226
* Remove malloc and free from the ocaml bindings.Erick Tryzelaar2010-02-281-9/+3
* Teach APFloat how to create both QNaNs and SNaNs and with arbitrary-widthJohn McCall2010-02-281-2/+1
* Don't try to replace physical registers when doing CSE.Dan Gohman2010-02-281-0/+39
* Add nounwinds.Dan Gohman2010-02-271-2/+2
* Re-apply 97040 with fix. This survives a ppc self-host llvm-gcc bootstrap.Evan Cheng2010-02-275-10/+64
* fix PR6414, a nondeterminism issue in IPSCCP which was becauseChris Lattner2010-02-271-0/+32
* Use the right floating point load/store instructions in PPCInstrInfo::foldMem...Jakob Stoklund Olesen2010-02-261-0/+433
* fix PR6435 another bug from the MallocInst elimination work.Chris Lattner2010-02-261-0/+27
* Reapply things reverted back in 97220, with the fixed test case.Sanjiv Gupta2010-02-261-1/+1
* Fix XCoreTargetLowering::isLegalAddressingMode() to handle VoidTy.Richard Osborne2010-02-261-0/+26
* this file lacks a run line!Chris Lattner2010-02-261-0/+1
* rewrite OptimizeGlobalAddressOfMalloc to fix PR6422, some bugsChris Lattner2010-02-251-0/+17
* tests: Propogate the HOME environment variable through to tests. I'm ambivalentDaniel Dunbar2010-02-251-0/+3
* change the scope node to include a list of children to be checkedChris Lattner2010-02-251-1/+1
* This is a patch to the assembler frontend to detect when aligning a textKevin Enderby2010-02-251-0/+156
* Teach the constant folder about union types.Dan Gohman2010-02-251-6/+48
* Revert r97064. Duncan pointed out that bitcasts are defined inDan Gohman2010-02-251-39/+0
* Make LoopSimplify change conditional branches in loop exiting blocksDan Gohman2010-02-253-3/+67
* Try r96559 for the third time. This time the shared library is only built ifJeffrey Yasskin2010-02-253-1/+12
* Create a stack frame on ARM whenJakob Stoklund Olesen2010-02-241-0/+15
* Check for comparisons of +/- zero when optimizing less-than-or-equal andBob Wilson2010-02-241-0/+16
* Make getTypeSizeInBits work correctly for array types; it should returnDan Gohman2010-02-241-0/+39
* Speculatively revert r97011, "Re-apply 96540 and 96556 with fixes.", again inDaniel Dunbar2010-02-245-63/+10
* When forming SSE min and max nodes for UGE and ULE comparisons, it'sDan Gohman2010-02-241-13/+429
* Change the scheduler from adding nodes in allnodes orderChris Lattner2010-02-244-107/+4
* LowerCall() should always do getCopyFromReg() to reference the stack pointer.Jim Grosbach2010-02-241-1/+1
* Re-apply 96540 and 96556 with fixes.Evan Cheng2010-02-245-10/+63
* DIV8r must define %AX since X86DAGToDAGISel::Select() sometimes uses itJakob Stoklund Olesen2010-02-241-0/+20
* Remember to handle sub-registers when moving imp-defs to a rematted instruction.Jakob Stoklund Olesen2010-02-231-0/+49
* Keep track of phi join registers explicitly in LiveVariables.Jakob Stoklund Olesen2010-02-231-0/+146
* Roll back r96959 again.Jeffrey Yasskin2010-02-233-12/+1
* new test case for r96974.Devang Patel2010-02-231-0/+9
* Adding the MicroBlaze backend.Wesley Peck2010-02-2314-0/+1339
* Roll r96559 forward again, adding libLLVM-2.7svn.so to LLVM. This links 3 ofJeffrey Yasskin2010-02-233-1/+12
* Don't do (X != Y) ? X : Y -> X for floating-point values; it doesn'tDan Gohman2010-02-231-0/+53
* Remove the code which constant-folded ptrtoint(inttoptr(x)+c) toDan Gohman2010-02-231-27/+0
* Lower BR_JT on the XCore to a jump into a series of jump instructions.Richard Osborne2010-02-232-0/+156
* tests: Don't make a missing llvm-gcc dir a fatal error.Daniel Dunbar2010-02-231-2/+0
* Switch .bc/.ll Makefile rules to use LLVM{CC,CXX} instead of LLVMG{CC,XX}Daniel Dunbar2010-02-231-3/+3
* Fix a thinko in the lit.cfg.Daniel Dunbar2010-02-231-1/+1
* Update the test suite.Mikhail Glushenkov2010-02-2313-21/+21
* Inline and eliminate LLVMG{CC,XX}WITHPATH.Daniel Dunbar2010-02-231-3/+3
* Eliminate llvmgcc_version testing variable.Daniel Dunbar2010-02-234-16/+3