Implement review feedback, including additional transforms
[oota-llvm.git] / lib /
2007-12-20 Christopher LambImplement review feedback, including additional transforms
2007-12-20 Evan ChengThe physical register + virtual register joining requir...
2007-12-20 Evan ChengBring back a burr scheduling heuristic that's still...
2007-12-20 Evan ChengClean up previous patch: PHI uses should not prevent...
2007-12-20 Chris Lattnersimplify this code with the new m_Zero() pattern. ...
2007-12-20 Bill WendlingUpdated comments to reflect what "side effects" means...
2007-12-20 Scott MichelMore working CellSPU tests:
2007-12-19 Evan ChengAllow iv reuse if the user is a PHI node which is in...
2007-12-19 Gordon HenriksenAdding bindings for memory buffers and module providers...
2007-12-19 Dale JohannesenEnable EH on PPC Darwin. This basically works; there
2007-12-19 Scott MichelCellSPU testcase, extract_elt.ll: extract vector element.
2007-12-19 Duncan SandsWhen inlining through an 'nounwind' call, mark inlined
2007-12-19 Scott MichelTwo more test cases: or_ops.ll (arithmetic or operation...
2007-12-19 Duncan SandsSimplify LowerCallTo by using a callsite.
2007-12-19 Duncan SandsThe C++ exception handling personality function wants
2007-12-19 Scott MichelAdd new immed16.ll test case, fix CellSPU errata to...
2007-12-19 Bill WendlingMark the "isRemat" instruction as never having side...
2007-12-19 Evan ChengDon't leave newly created nodes around if it turns...
2007-12-18 Ted KremenekAdded "GetCurrentDirectory()" to sys::Path.
2007-12-18 Bill WendlingAdd debugging info. Use the newly created "hasUnmodelle...
2007-12-18 Christopher LambFold subtracts into integer compares vs. zero. This...
2007-12-18 Anton KorobeynikovSupport more insane CEP's in AsmPrinter (Yes, PyPy...
2007-12-18 Christopher LambFix comments
2007-12-18 Christopher LambRemove an orthogonal transformation of the selection...
2007-12-18 Ted KremenekAdded "isDirectory" method to llvm::sys::Path.
2007-12-18 Evan ChengFix PR1872: SrcValue and SrcValueOffset should not...
2007-12-18 Chris Lattnerremove obviously dead uses of IncludeFile.
2007-12-18 Evan ChengAlso print alignment and volatileness.
2007-12-18 Chris Lattnerremove a dead annotation
2007-12-18 Chris Lattneradd an obvious load folding missed optzn.
2007-12-18 Duncan SandsRename isNoReturn to doesNotReturn, and isNoUnwind to
2007-12-18 Christopher LambFix typos.
2007-12-18 Christopher LambFold certain additions through selects (and their compa...
2007-12-18 Evan ChengFIX for PR1799: When a load is unfolded from an instruc...
2007-12-18 Evan ChengSelectionDAG::dump() should print SrcValue of LoadSDNod...
2007-12-18 Christopher LambDon't forget to print address space qualifiers when...
2007-12-18 Chris Lattneradd a missed case.
2007-12-18 Evan ChengRemove int_x86_sse2_movl_dq. It's replaced with a strin...
2007-12-17 Bill WendlingAdd "mayHaveSideEffects" and "neverHasSideEffects"...
2007-12-17 Evan ChengBring back int_x86_sse2_movl_dq intrinsic for backward...
2007-12-17 Scott Michel- Restore some i8 functionality in CellSPU
2007-12-17 Ted KremenekModified Deserializer::ReadCStr to allow C-strings...
2007-12-17 Bill WendlingLD_Fp64m should have "isRematerializable" set.
2007-12-17 Bill WendlingAs per feedback, revised comments to (hopefully) make...
2007-12-17 Duncan SandsMake invokes of inline asm legal. Teach codegen
2007-12-17 David GreeneGLIBCXX_DEBUG fix. std::vector<>::end() is invalidated...
2007-12-17 David GreeneGet rid of annoying spaces.
2007-12-17 David GreeneFix GLIBCXX_DEBUG errors. Erase invalidates std::vecto...
2007-12-17 Gordon HenriksenC and Ocaml bindings for address spaces, for that burge...
2007-12-17 Christopher Lambregenerate.
2007-12-17 Christopher LambChange the PointerType api for creating pointer types...
2007-12-17 Christopher LambMake it clear in the LangRef that allocation instructio...
2007-12-16 Duncan SandsRevert this part of r45073 until the verifier is
2007-12-16 Chris Lattnerdon't violate C TBAA rules, use FloatToBits instead.
2007-12-16 Chris Lattnerfix a questionable cast, thanks to Mike Stump for point...
2007-12-16 Chris LattnerFix the JIT encoding of cmp*ss, which aborts with this...
2007-12-16 Duncan SandsMake instcombine promote inline asm calls to 'nounwind'
2007-12-16 Bill WendlingRemove spurious warnings from GCC:
2007-12-16 Owen AndersonBreak local interferences in StrongPHIElimination....
2007-12-16 Owen AndersonA few more comments.
2007-12-15 Duncan SandsThese are more correctly called signaling NaNs.
2007-12-15 Evan ChengMake better use of instructions that clear high bits...
2007-12-15 Scott MichelStart committing working test cases for CellSPU.
2007-12-14 Evan ChengActually, MOVPQIto64mr is a dup of MOVPQI2QImr, MOV64to...
2007-12-14 Evan ChengFix (mem) <-> low 64-bits of xmm bugs pointed out by...
2007-12-14 Duncan SandsTeach the interpreter to read and write memory in the
2007-12-14 Dale Johannesenx86-32 long doubles are 4-byte aligned on the stack
2007-12-14 Evan ChengFix bsf / bsr jit encoding.
2007-12-14 Evan ChengOops. Forgot these.
2007-12-14 Dan GohmanAdd explicit keywords, and fix a minor typo that they...
2007-12-14 Dan GohmanFix Intel asm syntax for the bsr and bsf instructions.
2007-12-14 Evan ChengFix ctlz and cttz. llvm definition requires them to...
2007-12-14 Evan ChengBug fix. Must also match ResNo when matching an operand...
2007-12-14 Anders CarlssonAll MMX shift instructions took a <2 x i32> vector...
2007-12-14 Evan ChengImplement ctlz and cttz with bsr and bsf.
2007-12-14 Bill WendlingAdd flags to indicate that there are "never" side effec...
2007-12-13 Wojciech MatyjewiczMake these loops follow GetGEPOperands() behavior.
2007-12-13 Evan ChengFix typo.
2007-12-13 Owen AndersonAdd register pairs to the list to check for local inter...
2007-12-13 Owen AndersonRemove ugly and horrible code. It's not necessary...
2007-12-13 Evan ChengBe extra careful with extension use optimation. Now...
2007-12-13 Evan ChengFold some and + shift in x86 addressing mode.
2007-12-13 Chris LattnerFix for edge profiling, patch by 'Marc' for PR1857
2007-12-12 Evan ChengImplicit def instructions, e.g. X86::IMPLICIT_DEF_GR32...
2007-12-12 Duncan SandsRemove host endianness info from TargetData and
2007-12-12 Dan GohmanAllow vector integer constants to be created with
2007-12-12 Duncan SandsRevert r44626, which turned off the use of readonly
2007-12-12 Wojciech Matyjewicz1. "Upgrage" comments.
2007-12-12 Christopher LambRegenerate.
2007-12-12 Christopher LambImplement part of review feedback for address spaces.
2007-12-12 Evan ChengUse shuffles to implement insert_vector_elt for i32...
2007-12-12 Evan ChengLower a build_vector with all constants into a constpoo...
2007-12-12 Zhou ShengAdd a guard to cxxabi header as other platform may
2007-12-12 Zhou ShengFixed PR1629.
2007-12-12 Chris LattnerFix a bug in my previous patch, thanks to Jay Foad for
2007-12-12 Evan ChengDon't muck with phi nodes; bug fixes.
2007-12-12 Scott MichelCorrect typo for Linux: s/esp/%rsp/
2007-12-12 Owen AndersonForgot to remove a register from the PHI-union after...
2007-12-12 Gordon HenriksenAdd (very basic) bindings for ModuleProvider.
2007-12-12 Evan ChengBug fix. Only safe to perform extension uses optimizati...
next