2007-12-18 |
Bill Wendling | Ignore shell scripts when doing "dsymutil" call. |
commit | commitdiff | tree | snapshot |
2007-12-18 |
Chris Lattner | remove obviously dead uses of IncludeFile. |
commit | commitdiff | tree | snapshot |
2007-12-18 |
Evan Cheng | Also print alignment and volatileness. |
commit | commitdiff | tree | snapshot |
2007-12-18 |
Chris Lattner | remove a dead annotation |
commit | commitdiff | tree | snapshot |
2007-12-18 |
Ted Kremenek | Added some sectioning comments to Serialize.h. |
commit | commitdiff | tree | snapshot |
2007-12-18 |
Chris Lattner | add an obvious load folding missed optzn. |
commit | commitdiff | tree | snapshot |
2007-12-18 |
Duncan Sands | Rename isNoReturn to doesNotReturn, and isNoUnwind to |
commit | commitdiff | tree | snapshot |
2007-12-18 |
Christopher... | Fix typos. |
commit | commitdiff | tree | snapshot |
2007-12-18 |
Christopher... | Fold certain additions through selects (and their compa... |
commit | commitdiff | tree | snapshot |
2007-12-18 |
Evan Cheng | FIX for PR1799: When a load is unfolded from an instruc... |
commit | commitdiff | tree | snapshot |
2007-12-18 |
Evan Cheng | SelectionDAG::dump() should print SrcValue of LoadSDNod... |
commit | commitdiff | tree | snapshot |
2007-12-18 |
Chris Lattner | avoid confusing terminology (what is a "word"?), fix... |
commit | commitdiff | tree | snapshot |
2007-12-18 |
Christopher... | Don't forget to print address space qualifiers when... |
commit | commitdiff | tree | snapshot |
2007-12-18 |
Dale Johannesen | Testcase for preceding FE fix |
commit | commitdiff | tree | snapshot |
2007-12-18 |
Chris Lattner | add a missed case. |
commit | commitdiff | tree | snapshot |
2007-12-18 |
Evan Cheng | Remove int_x86_sse2_movl_dq. It's replaced with a strin... |
commit | commitdiff | tree | snapshot |
2007-12-18 |
Evan Cheng | These have matching builtin's in 4.2. |
commit | commitdiff | tree | snapshot |
2007-12-17 |
Scott Michel | i32 immediate constant test case for CellSPU |
commit | commitdiff | tree | snapshot |
2007-12-17 |
Bill Wendling | s/hasSideEffects/hasUnmodelledSideEffects/g |
commit | commitdiff | tree | snapshot |
2007-12-17 |
Bill Wendling | Add "mayHaveSideEffects" and "neverHasSideEffects"... |
commit | commitdiff | tree | snapshot |
2007-12-17 |
Evan Cheng | Bring back int_x86_sse2_movl_dq intrinsic for backward... |
commit | commitdiff | tree | snapshot |
2007-12-17 |
Scott Michel | - Restore some i8 functionality in CellSPU |
commit | commitdiff | tree | snapshot |
2007-12-17 |
Ted Kremenek | Modified Deserializer::ReadCStr to allow C-strings... |
commit | commitdiff | tree | snapshot |
2007-12-17 |
Bill Wendling | LD_Fp64m should have "isRematerializable" set. |
commit | commitdiff | tree | snapshot |
2007-12-17 |
Bill Wendling | Add "hasSideEffects" method to MachineInstrInfo class. |
commit | commitdiff | tree | snapshot |
2007-12-17 |
Bill Wendling | Add MachineLICM.cpp |
commit | commitdiff | tree | snapshot |
2007-12-17 |
Bill Wendling | As per feedback, revised comments to (hopefully) make... |
commit | commitdiff | tree | snapshot |
2007-12-17 |
Devang Patel | Add cast operators in LLVMFoldingBuilder. |
commit | commitdiff | tree | snapshot |
2007-12-17 |
Chris Lattner | cleanup this code, making it more "llvm-like". |
commit | commitdiff | tree | snapshot |
2007-12-17 |
Duncan Sands | Make invokes of inline asm legal. Teach codegen |
commit | commitdiff | tree | snapshot |
2007-12-17 |
David Greene | GLIBCXX_DEBUG fix. std::vector<>::end() is invalidated... |
commit | commitdiff | tree | snapshot |
2007-12-17 |
David Greene | Get rid of annoying spaces. |
commit | commitdiff | tree | snapshot |
2007-12-17 |
David Greene | Fix GLIBCXX_DEBUG errors. Erase invalidates std::vecto... |
commit | commitdiff | tree | snapshot |
2007-12-17 |
Gordon Henriksen | Disabling a RUN line that's broken until addrspace... |
commit | commitdiff | tree | snapshot |
2007-12-17 |
Gordon Henriksen | C and Ocaml bindings for address spaces, for that burge... |
commit | commitdiff | tree | snapshot |
2007-12-17 |
Christopher... | regenerate. |
commit | commitdiff | tree | snapshot |
2007-12-17 |
Christopher... | Change the PointerType api for creating pointer types... |
commit | commitdiff | tree | snapshot |
2007-12-17 |
Christopher... | Make it clear in the LangRef that allocation instructio... |
commit | commitdiff | tree | snapshot |
2007-12-16 |
Duncan Sands | Revert this part of r45073 until the verifier is |
commit | commitdiff | tree | snapshot |
2007-12-16 |
Chris Lattner | don't violate C TBAA rules, use FloatToBits instead. |
commit | commitdiff | tree | snapshot |
2007-12-16 |
Chris Lattner | fix a questionable cast, thanks to Mike Stump for point... |
commit | commitdiff | tree | snapshot |
2007-12-16 |
Chris Lattner | Fix the JIT encoding of cmp*ss, which aborts with this... |
commit | commitdiff | tree | snapshot |
2007-12-16 |
Duncan Sands | Make instcombine promote inline asm calls to 'nounwind' |
commit | commitdiff | tree | snapshot |
2007-12-16 |
Bill Wendling | Remove spurious warnings from GCC: |
commit | commitdiff | tree | snapshot |
2007-12-16 |
Owen Anderson | Break local interferences in StrongPHIElimination.... |
commit | commitdiff | tree | snapshot |
2007-12-16 |
Owen Anderson | A few more comments. |
commit | commitdiff | tree | snapshot |
2007-12-16 |
Anton Korobeynikov | Define addString() and lookup() out-of-line to dissuade... |
commit | commitdiff | tree | snapshot |
2007-12-16 |
Anton Korobeynikov | Provide GraphTraits and DOTGraphTraits interface for... |
commit | commitdiff | tree | snapshot |
2007-12-16 |
Anton Korobeynikov | Constify graph arguments |
commit | commitdiff | tree | snapshot |
2007-12-15 |
Anton Korobeynikov | Use references in DF iterators. This eliminates copy... |
commit | commitdiff | tree | snapshot |
2007-12-15 |
Duncan Sands | These are more correctly called signaling NaNs. |
commit | commitdiff | tree | snapshot |
2007-12-15 |
Evan Cheng | Make better use of instructions that clear high bits... |
commit | commitdiff | tree | snapshot |
2007-12-15 |
Evan Cheng | __builtin_ia32_movqv4si is now expanded to a shuffle. |
commit | commitdiff | tree | snapshot |
2007-12-15 |
Scott Michel | Start committing working test cases for CellSPU. |
commit | commitdiff | tree | snapshot |
2007-12-14 |
Evan Cheng | Actually, MOVPQIto64mr is a dup of MOVPQI2QImr, MOV64to... |
commit | commitdiff | tree | snapshot |
2007-12-14 |
Evan Cheng | Fix (mem) <-> low 64-bits of xmm bugs pointed out by... |
commit | commitdiff | tree | snapshot |
2007-12-14 |
Duncan Sands | Teach the interpreter to read and write memory in the |
commit | commitdiff | tree | snapshot |
2007-12-14 |
Dale Johannesen | x86-32 long doubles are 4-byte aligned on the stack |
commit | commitdiff | tree | snapshot |
2007-12-14 |
Evan Cheng | Fix bsf / bsr jit encoding. |
commit | commitdiff | tree | snapshot |
2007-12-14 |
Evan Cheng | Oops. Forgot these. |
commit | commitdiff | tree | snapshot |
2007-12-14 |
Dan Gohman | Add explicit keywords, and fix a minor typo that they... |
commit | commitdiff | tree | snapshot |
2007-12-14 |
Dan Gohman | Don't redirect stderr when it isn't needed. |
commit | commitdiff | tree | snapshot |
2007-12-14 |
Dan Gohman | Fix a typo in a comment. |
commit | commitdiff | tree | snapshot |
2007-12-14 |
Dan Gohman | Fix a typo in a comment. |
commit | commitdiff | tree | snapshot |
2007-12-14 |
Dan Gohman | Fix Intel asm syntax for the bsr and bsf instructions. |
commit | commitdiff | tree | snapshot |
2007-12-14 |
Evan Cheng | Fix ctlz and cttz. llvm definition requires them to... |
commit | commitdiff | tree | snapshot |
2007-12-14 |
Evan Cheng | Bug fix. Must also match ResNo when matching an operand... |
commit | commitdiff | tree | snapshot |
2007-12-14 |
Anders Carlsson | All MMX shift instructions took a <2 x i32> vector... |
commit | commitdiff | tree | snapshot |
2007-12-14 |
Evan Cheng | Implement ctlz and cttz with bsr and bsf. |
commit | commitdiff | tree | snapshot |
2007-12-14 |
Bill Wendling | Add flags to indicate that there are "never" side effec... |
commit | commitdiff | tree | snapshot |
2007-12-13 |
Dan Gohman | Make it more clear that some things that can't be done... |
commit | commitdiff | tree | snapshot |
2007-12-13 |
Wojciech Matyjewicz | Make these loops follow GetGEPOperands() behavior. |
commit | commitdiff | tree | snapshot |
2007-12-13 |
Evan Cheng | Fix typo. |
commit | commitdiff | tree | snapshot |
2007-12-13 |
Owen Anderson | Add register pairs to the list to check for local inter... |
commit | commitdiff | tree | snapshot |
2007-12-13 |
Owen Anderson | Remove ugly and horrible code. It's not necessary... |
commit | commitdiff | tree | snapshot |
2007-12-13 |
Evan Cheng | Be extra careful with extension use optimation. Now... |
commit | commitdiff | tree | snapshot |
2007-12-13 |
Nate Begeman | Apply CBE/MSIL patch to autoconf |
commit | commitdiff | tree | snapshot |
2007-12-13 |
Nate Begeman | Add install-libs target which only installs libraries... |
commit | commitdiff | tree | snapshot |
2007-12-13 |
Zhou Sheng | Remove this testcase as it will always fail on |
commit | commitdiff | tree | snapshot |
2007-12-13 |
Nate Begeman | Do not build CBackend and MSIL regardless of configured... |
commit | commitdiff | tree | snapshot |
2007-12-13 |
Evan Cheng | Fold some and + shift in x86 addressing mode. |
commit | commitdiff | tree | snapshot |
2007-12-13 |
Evan Cheng | Oops. Forgot these. |
commit | commitdiff | tree | snapshot |
2007-12-13 |
Chris Lattner | Fix for edge profiling, patch by 'Marc' for PR1857 |
commit | commitdiff | tree | snapshot |
2007-12-12 |
Evan Cheng | Cosmetic change. |
commit | commitdiff | tree | snapshot |
2007-12-12 |
Evan Cheng | Implicit def instructions, e.g. X86::IMPLICIT_DEF_GR32... |
commit | commitdiff | tree | snapshot |
2007-12-12 |
Duncan Sands | Remove host endianness info from TargetData and |
commit | commitdiff | tree | snapshot |
2007-12-12 |
Dan Gohman | Remove a forward-declaration for a non-existant class. |
commit | commitdiff | tree | snapshot |
2007-12-12 |
Dan Gohman | Allow vector integer constants to be created with |
commit | commitdiff | tree | snapshot |
2007-12-12 |
Anton Korobeynikov | Use vector for child storage instead of map. This will... |
commit | commitdiff | tree | snapshot |
2007-12-12 |
Duncan Sands | Revert r44626, which turned off the use of readonly |
commit | commitdiff | tree | snapshot |
2007-12-12 |
Wojciech Matyjewicz | 1. "Upgrage" comments. |
commit | commitdiff | tree | snapshot |
2007-12-12 |
Christopher... | Regenerate. |
commit | commitdiff | tree | snapshot |
2007-12-12 |
Christopher... | Implement part of review feedback for address spaces. |
commit | commitdiff | tree | snapshot |
2007-12-12 |
Evan Cheng | Use shuffles to implement insert_vector_elt for i32... |
commit | commitdiff | tree | snapshot |
2007-12-12 |
Evan Cheng | Add a test case for -optimize-ext-uses. |
commit | commitdiff | tree | snapshot |
2007-12-12 |
Evan Cheng | Lower a build_vector with all constants into a constpoo... |
commit | commitdiff | tree | snapshot |
2007-12-12 |
Zhou Sheng | Add a guard to cxxabi header as other platform may |
commit | commitdiff | tree | snapshot |
2007-12-12 |
Zhou Sheng | Fixed PR1629. |
commit | commitdiff | tree | snapshot |
2007-12-12 |
Chris Lattner | Fix a bug in my previous patch, thanks to Jay Foad for |
commit | commitdiff | tree | snapshot |
2007-12-12 |
Evan Cheng | Don't muck with phi nodes; bug fixes. |
commit | commitdiff | tree | snapshot |
next |