aboutsummaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)Author
2012-07-03test/CodeGen/X86/2007-09-05-InvalidAsm.ll: FileCheck-ize.NAKAMURA Takumi
2012-07-03test/CodeGen/X86/2004-03-30-Select-Max.ll: FileCheck-ize.NAKAMURA Takumi
2012-07-02 mips32 long long register inline asm constraint support.Jack Carter
2012-07-02Revert " mips32 long long register inline asm constraint support." asEric Christopher
2012-07-02Revert "IntRange:" as it appears to be breaking self hosting.Eric Christopher
2012-07-02deleted test/CodeGen/Mips/inlineasm-cnstrnt-bad-r-1.llJack Carter
2012-07-02 mips32 long long register inline asm constraint support.Jack Carter
2012-07-02Extend the workaround from r159593 to cover a few explicit aliasChandler Carruth
2012-07-02Revert r159588, and apply a more principled fix. Place the fix for thisChandler Carruth
2012-07-02Work around a really frustrating apparant CMake bug.Chandler Carruth
2012-07-02Pass the correct ELFOSABI enumeration to the MipsELFObjectWriter constructorJack Carter
2012-07-02Extend TargetPassConfig to allow running only a subset of the normal passes.Bob Wilson
2012-07-02Fix the remaining TCL-style quotes found in the testsuite. This isChandler Carruth
2012-07-02GlobalOpt forgot to handle bitcast when analyzing globals. Found by inspection.Duncan Sands
2012-07-02Convert the uses of '|&' to use '2>&1 |' instead, which works on oldChandler Carruth
2012-07-02Do not attempt to use ROR for Thumb1.Bob Wilson
2012-07-02fix the regression I introduced in r159385 (it's necessary to update PHI node...Nuno Lopes
2012-07-02The built-in shell test runner for some reason doesn't like the quotingChandler Carruth
2012-07-02Fix the TCL-style quoting in one random test that somehow slippedChandler Carruth
2012-07-02IntRange:Stepan Dyatkovskiy
2012-07-02Convert all tests using TCL-style quoting to use shell-style quoting.Chandler Carruth
2012-07-02Make tests which first provide a negative assertion via 'not', thenChandler Carruth
2012-07-02Rewrite three tests that had truly egregious abuses of 'grep' in them toChandler Carruth
2012-07-02Switch a bunch of Linker tests from using elaborate echo productions toChandler Carruth
2012-07-02This patch extends the libLLVMDebugInfo which contains a minimalistic DWARF p...Alexey Samsonov
2012-07-01Now that RegistersDefinedFromSameValue handles one instruction being anRafael Espindola
2012-07-01Optimization of shuffle node that can fit to the register form of VBROADCAST ...Elena Demikhovsky
2012-06-30Hoist LLVM's lit testsuite infrastructure into module so that it can beChandler Carruth
2012-06-29Clear kill flags in InstrEmitter::EmitSubregNode().Jakob Stoklund Olesen
2012-06-29Fix a reassociate crash on sozefx when compiling with dragonegg+gcc-4.7 due toDuncan Sands
2012-06-29In the initial exec mode we always do a load to find the address of a variable.Rafael Espindola
2012-06-29X86: add more GATHER intrinsics in LLVMManman Ren
2012-06-29Remove a completely unnecessary mkdir from the CMake build.Chandler Carruth
2012-06-28If the step value is a constant zero, the loop isn't going to terminate. FixesNick Lewycky
2012-06-28make the verifier accept @llvm.donothing as the only intrinsic that can be in...Nuno Lopes
2012-06-28make simplifyCFG erase invokes to readonly/readnone functionsNuno Lopes
2012-06-28make instcombine produce calls to llvm.donothing instead of a random intrinsicNuno Lopes
2012-06-28add a new @llvm.donothing intrinsic that, well, does nothing, and teach CodeG...Nuno Lopes
2012-06-28make LazyValueInfo analyze the default case of switch statements (we know tha...Nuno Lopes
2012-06-28Move the setup for variables that are expanded in the lit.site.cfg intoChandler Carruth
2012-06-28Allow BBVectorize to form non-2^n-length vectors.Hal Finkel
2012-06-28The Mips specific inline asm operand modifier 'z' has theJack Carter
2012-06-28make LVI::getEdgeValue() always intersect the constraints of the edge with th...Nuno Lopes
2012-06-28Remove 'site.exp' building from both CMake and configure+make.Chandler Carruth
2012-06-28Remove the last vestiges of the '-lit' and '-dg' test runner split byChandler Carruth
2012-06-27Rip out legacy DejaGNU support from our Makefiles. This hasn't been theChandler Carruth
2012-06-27LLVM-GCC is dead. Really. I promise. ;]Chandler Carruth
2012-06-27This allows hello world to be compiled for Mips 64 direct object.Jack Carter
2012-06-27This allows hello world to be compiled for Mips 64 direct object.Jack Carter
2012-06-27Revert r159136 due to PR13124.Matt Beaumont-Gay