summaryrefslogtreecommitdiff
path: root/test
Commit message (Expand)AuthorAge
* Some regression tests which are testing the old jit and are exercising functi...James Molloy2012-10-08
* X86: fcmov doesn't handle all possible EFLAGS, fall back to a branch for the ...Benjamin Kramer2012-10-07
* Adding support for instructions mfc0, mfc2, mtc0, mtc2Jack Carter2012-10-06
* Patch for integer multiply, signed/unsigned, long/long long.Reed Kotler2012-10-05
* Enable llvm/test/ExecutionEngine/MCJIT also for cygwin.NAKAMURA Takumi2012-10-05
* Convert to unix line endings.Rafael Espindola2012-10-05
* Make sure to generate the right kind of MDNode for enum forward declarations.Eli Friedman2012-10-05
* Follow up to r165072. Try a different approach: only move the load when it's ...Evan Cheng2012-10-05
* Teach the new SROA a new trick. Now we zap any memcpy or memmoves whichChandler Carruth2012-10-05
* When merging connsecutive stores, use vectors to store the constant zero.Nadav Rotem2012-10-04
* ARM: locate user-defined text sections next to default text.Jim Grosbach2012-10-04
* Update this a bit more to represent how the prologue should work:Eric Christopher2012-10-04
* SimplifyCFG: Enhance the "remove CFG edge that leads to null pointer derefere...Benjamin Kramer2012-10-04
* In my recent change to avoid use of underaligned memory I didn't notice thatDuncan Sands2012-10-04
* The alignment of an sret parameter is known: it must be at least theDuncan Sands2012-10-04
* Fix PR13969, a mini-phase-ordering issue with the new SROA pass.Chandler Carruth2012-10-04
* The memcpy optimizer was happily doing call slot forwarding when the new memoryDuncan Sands2012-10-04
* Teach the integer-promotion rewrite strategy to be endianness aware.Chandler Carruth2012-10-04
* Implement methods that enable expansion of load immediate Jack Carter2012-10-04
* This patch is a partial implementation of mips .set assembler directive. Dire...Jack Carter2012-10-04
* Fix PR13967.Jakub Staszak2012-10-03
* [ms-inline asm] Add support in the X86AsmPrinter for printing memory referencesChad Rosier2012-10-03
* Fix a cycle in the DAG. In this code we replace multiple loads with a single ...Nadav Rotem2012-10-03
* Implement .rel relocation for R_ARM_ABS32 in MCJIT.Tim Northover2012-10-03
* A DAGCombine optimization for mergeing consecutive stores to memory. The opti...Nadav Rotem2012-10-03
* tsan: update the test for new atomic enumsDmitry Vyukov2012-10-03
* tsan: update the test for new atomic enumsDmitry Vyukov2012-10-03
* Fixed a bug in the ExecutionDependencyFix pass that caused dependencies to no...Silviu Baranga2012-10-03
* Fix an issue where we failed to adjust the alignment constraint onChandler Carruth2012-10-03
* Try to use a better set of abstractions for computing the alignmentChandler Carruth2012-10-03
* Revert 165051-165049 while looking into the foreach.m failure inEric Christopher2012-10-03
* test/ExecutionEngine/MCJIT: MCJIT should work also on mingw.NAKAMURA Takumi2012-10-03
* The early if conversion pass is ready to be used as an opt-in.Jakob Stoklund Olesen2012-10-03
* Fix a serious X86 instruction selection bug. InEvan Cheng2012-10-02
* Revert "Don't use a debug location for frame setup instructions in the"Eric Christopher2012-10-02
* Teach the new SROA to handle cases where an alloca that has already beenChandler Carruth2012-10-02
* Make sure to put our sret argument into %rax on x86-64. Fixes PR13563!Nick Lewycky2012-10-02
* Make sure the whole live range is covered when values are pruned twice.Jakob Stoklund Olesen2012-10-02
* Allow alternate instructions to silence bot.Eric Christopher2012-10-02
* Don't use a debug location for frame setup instructions in theEric Christopher2012-10-02
* Remove the SavePoint infrastructure from fast isel, replaceEric Christopher2012-10-02
* Support for generating ELF objects on Windows.Andrew Kaylor2012-10-02
* Fix broken tests.Benjamin Kramer2012-10-02
* Fix PR13991: legalizing an overflowing multiplication operation is harder thanDuncan Sands2012-10-02
* Add default JIT LIT variable.James Molloy2012-10-02
* test/CodeGen/X86/red-zone2.ll: Add -mtriple=x86_64-linux, and FileCheck-ize.NAKAMURA Takumi2012-10-01
* MachO: direct-to-object attribute for data-in-code markers.Jim Grosbach2012-10-01
* checking test case for r164811. was an omission to not check this in. this w...Reed Kotler2012-10-01
* Forgot the SPIR test case.Micah Villmow2012-10-01
* Fix PR13899Michael Liao2012-10-01