oota-llvm.git
2010-02-23 Daniel DunbarSwitch .bc/.ll Makefile rules to use LLVM{CC,CXX} inste...
2010-02-23 Daniel DunbarAdd LLVM{CC,CXX} make variables, which specify the...
2010-02-23 Daniel DunbarInitial configure support for using Clang as the LLVM...
2010-02-23 Mikhail GlushenkovUpdate mcc16 and the ancient Clang plugin for the ...
2010-02-23 Daniel DunbarEliminate CFERuntimeLibDir make variable, this shouldn...
2010-02-23 Daniel DunbarFix a thinko in the lit.cfg.
2010-02-23 Mikhail GlushenkovInput files with empty suffixes must be passed to linker.
2010-02-23 Mikhail GlushenkovSupport -Xlinker et al.
2010-02-23 Mikhail GlushenkovTemporary disable response files.
2010-02-23 Mikhail GlushenkovTypo.
2010-02-23 Mikhail GlushenkovTrailing whitespace.
2010-02-23 Mikhail GlushenkovImplement order-preserving option forwarding.
2010-02-23 Mikhail GlushenkovUpdate the test suite.
2010-02-23 Mikhail GlushenkovCorrect option forwarding: initial implementation.
2010-02-23 Mikhail GlushenkovPrecompiled headers: initial support.
2010-02-23 Mikhail GlushenkovNew experimental/undocumented feature: 'works_on_empty'.
2010-02-23 Mikhail GlushenkovSupport '-install_name'.
2010-02-23 Mikhail GlushenkovAdd a way to enable '-opt=foo' forwarding.
2010-02-23 Daniel DunbarInline and eliminate LLVMG{CC,XX}WITHPATH.
2010-02-23 Daniel DunbarRemove ancient Xcode project, replaced by CMake project.
2010-02-23 Daniel DunbarRemove dead LUPGRADE make variable.
2010-02-23 Daniel DunbarKill off unused LLVMGCCLIBEXEC make variable.
2010-02-23 Daniel DunbarKill off LLVMGCCARCH and LLVMGCC_VERSION make variables.
2010-02-23 Daniel DunbarEliminate llvmgcc_version testing variable.
2010-02-23 Daniel DunbarKill off LLVMGCC_MAJVERS make variable.
2010-02-23 Daniel DunbarKill unused llvmgccmajvers testing variable.
2010-02-23 Chris Lattneradd some #if 0'd out code for checking that named values in
2010-02-23 Chris LattnerReject patterns that use a name multiple times in the...
2010-02-23 Chris Lattnerdisable two patterns that are using non-sensical result...
2010-02-23 Chris Lattnerremove a confused pattern that is trying to match an...
2010-02-23 Chris Lattnerreject patterns that have dead named arguments in the...
2010-02-23 Chris Lattnerremove a bunch of dead named arguments in input patterns,
2010-02-23 Chris Lattnerreject patterns that mention a name in the destination...
2010-02-23 Chris Lattnermerge some code.
2010-02-23 Chris Lattnerfix a type mismatch in this pattern, where we were...
2010-02-23 Chris Lattnermore tidying up
2010-02-23 Bob WilsonUpdate memdep when load PRE inserts a new load, and...
2010-02-23 Chris Lattnerreduce indentation by eliminating 'else after return'
2010-02-23 Chris Lattnerreapply my cellspu changes with a fix to not break...
2010-02-23 Dan GohmanUpdate LangRef to match the code; pointers default...
2010-02-23 Dan GohmanRevert 96854, 96852, and 96849, unbreaking test/CodeGen...
2010-02-23 Chris LattnerX86InstrInfoSSE.td declares PINSRW as having type v8i16,
2010-02-23 Johnny ChenAdded versions of VCGE, VCGT, VCLE, and VCLT NEON instr...
2010-02-23 Chris Lattnerfix hte last cellspu failure.
2010-02-23 Chris Lattnerhack around more crimes in instruction selection.
2010-02-23 Dan GohmanConvert this test to FileCheck and add a testcase for...
2010-02-23 Chris Lattnerthe cell backend is making all sorts of unsafe and...
2010-02-23 Chris Lattnerreally fix an off-by-one error
2010-02-23 Chris Lattnerfix an off-by-one error.
2010-02-23 Chris Lattnerswitch the value# in OPC_CompleteMatch and OPC_EmitNode...
2010-02-23 Johnny ChenAdded VCEQ (immediate #0) NEON instruction for disassem...
2010-02-23 Jakob Stoklund... Dead code elimination
2010-02-23 Jeffrey YasskinFix viewCFG on Linux.
2010-02-22 Chris Lattneradd a new Push2 opcode for targets (like cellspu) which...
2010-02-22 Evan ChengThese should not have been committed.
2010-02-22 Chris Lattnerno need to run llvm-as here.
2010-02-22 Evan ChengInstcombine constant folding can normalize gep with...
2010-02-22 Chris LattnerChange ComplexPattern handling to push the node being...
2010-02-22 Jim GrosbachUpdated version of r96634 (which was reverted due to...
2010-02-22 Dan GohmanAdd a test for canonicalizing ConstantExpr operands.
2010-02-22 Jim GrosbachClean up a bit and fix for when SPAdj != 0
2010-02-22 Jim GrosbachThe predicate index isn't fixed, so scan for it to...
2010-02-22 Dan GohmanCanonicalize ConstantInts to the right operand of commu...
2010-02-22 Chris Lattnerexpand my hack to work with nodes that have flags but...
2010-02-22 Chris Lattneradd a new CheckMultiOpcode opcode for checking that...
2010-02-22 Chris LattnerWhen matching patterns that have a complex pattern...
2010-02-22 Chris Lattneradd some debug hooks for tracking the behavior of the...
2010-02-22 Chris Lattnerremove dupes now.
2010-02-22 Chris Lattnermove #includes earlier.
2010-02-22 Daniel DunbarMC/Mach-O: Remove non-sensical comment, and add a missi...
2010-02-22 Dan GohmanMinor formatting cleanup.
2010-02-22 Dan GohmanUse Instruction::isCommutative instead of duplicating it.
2010-02-22 Johnny ChenAdded SEL, SXTB16, SXTAB16, UXTAB16, SMMULR, SMMLAR...
2010-02-22 Bob WilsonErase deleted instructions from GVN's ValueTable. ...
2010-02-22 Dan GohmanActually enable the -enable-unsafe-fp-math tests.
2010-02-22 Johnny ChenAdded a bunch of instructions for disassembly only:
2010-02-22 Arnold SchwaighoferMark the return address stack slot as mutable when...
2010-02-22 Daniel DunbarLLVMC/MultiplePluginPriorities.td: Generally XFAIL...
2010-02-22 Dan GohmanRemove unused variables and parameters.
2010-02-22 Dan GohmanFix various doxygen warnings.
2010-02-22 Dan GohmanFix a typo in a comment.
2010-02-22 Dan GohmanConstant-fold certain comparisons with infinity and...
2010-02-22 Dan GohmanRename a variable to avoid a -Wshadow warning.
2010-02-22 Dan GohmanRemove the logic for reasoning about NaNs from the...
2010-02-22 Dan GohmanWhen emitting an instruction which depends on both...
2010-02-22 Dan GohmanThis cast<Instruction> is unnecessary.
2010-02-22 Chris Lattnerenhance my hack for flags handling, this allows us...
2010-02-22 Chris Lattnerfix an incorrect VT: eflags is always i32. The bug...
2010-02-21 Chris Lattnerfix most of the failures in the x86 suite by handling...
2010-02-21 Daniel DunbarMC/X86: Add stub AsmBackend.
2010-02-21 Daniel DunbarMC: Sketch registry support for target specific assembl...
2010-02-21 Daniel DunbarFormatting tweaks (trailing whitespace, ordering, comme...
2010-02-21 Chris Lattnerfix an odd thinko in an assertion, all arm tests pass...
2010-02-21 Chris LattnerAlways emit register class id references as i32 like
2010-02-21 Chris Lattneradd some no-unwinds, other minor cleanups.
2010-02-21 Anton KorobeynikovIt turned out that we failed to emit proper symbol...
2010-02-21 Chris Lattnerspeculatively teach OPC_CheckValueType and OPC_EmitNode...
2010-02-21 Chris Lattnerteach OPC_CheckType to handle MVT::iPTR, down to 2...
2010-02-21 Chris Lattnermake this check a bit more generous, it may be outlivin...
2010-02-21 Chris LattnerRelax an assertion a bit. We allow replacing things...
next