2010-08-30 |
Owen Anderson | Remove this from the main tree. I'll host it out of... |
commit | commitdiff | tree | snapshot |
2010-08-30 |
Dan Gohman | Add comments explaining why it's not necessary to inclu... |
commit | commitdiff | tree | snapshot |
2010-08-30 |
Bob Wilson | Remove NEON vmovn intrinsic, replacing it with vector... |
commit | commitdiff | tree | snapshot |
2010-08-30 |
Jim Grosbach | Make ARM add rN, sp, #imm instructions rematerializable... |
commit | commitdiff | tree | snapshot |
2010-08-30 |
Eric Christopher | Fix LLVM target initialization to deal with sociopathic... |
commit | commitdiff | tree | snapshot |
2010-08-30 |
Eric Christopher | Kill a couple of unused variables. |
commit | commitdiff | tree | snapshot |
2010-08-30 |
Chris Lattner | nuke dead ivar which was supposed to be committed with... |
commit | commitdiff | tree | snapshot |
2010-08-30 |
Chris Lattner | two changes: |
commit | commitdiff | tree | snapshot |
2010-08-30 |
Bob Wilson | When expanding NEON VST pseudo instructions, if the... |
commit | commitdiff | tree | snapshot |
2010-08-30 |
Benjamin Kramer | MCELF: The value of all common symbols is the offset... |
commit | commitdiff | tree | snapshot |
2010-08-30 |
Owen Anderson | It is possible to try to merge a not-constant with... |
commit | commitdiff | tree | snapshot |
2010-08-30 |
Michael J.... | Partially revert r112480. Caused test failures. |
commit | commitdiff | tree | snapshot |
2010-08-30 |
NAKAMURA Takumi | coff-dump.py: Fix PR7996. Now it is compatible to Pytho... |
commit | commitdiff | tree | snapshot |
2010-08-30 |
Michael J.... | Fix constant-over-index.ll test on windows. |
commit | commitdiff | tree | snapshot |
2010-08-30 |
Michael J.... | Test: Fix LLVMC tests on CMake. |
commit | commitdiff | tree | snapshot |
2010-08-30 |
Benjamin Kramer | Don't print two "0x" prefixes. Use a raw_ostream overlo... |
commit | commitdiff | tree | snapshot |
2010-08-30 |
NAKAMURA Takumi | EE/JIT: Do not invoke parent's ctors/dtors from main... |
commit | commitdiff | tree | snapshot |
2010-08-30 |
Benjamin Kramer | The value is offset from the start of the section for... |
commit | commitdiff | tree | snapshot |
2010-08-30 |
Benjamin Kramer | Index external symbols by symbol table instead of paren... |
commit | commitdiff | tree | snapshot |
2010-08-30 |
Benjamin Kramer | Mark all common symbols external. This is not exactly... |
commit | commitdiff | tree | snapshot |
2010-08-30 |
Duncan Sands | Remove a hack that tries to understand incorrect triple... |
commit | commitdiff | tree | snapshot |
2010-08-30 |
Duncan Sands | Correct bogus module triple specifications. |
commit | commitdiff | tree | snapshot |
2010-08-30 |
Owen Anderson | Add a new example to the LLVM distribution: a trace... |
commit | commitdiff | tree | snapshot |
2010-08-30 |
Chandler Carruth | Attempt to remove the MSIL backend from CMake as well... |
commit | commitdiff | tree | snapshot |
2010-08-30 |
Bill Wendling | Revert r112461. It was failing on PPC... |
commit | commitdiff | tree | snapshot |
2010-08-30 |
Bill Wendling | Create Thumb2sI_cpsr and T2sI_cpsr. These new classes... |
commit | commitdiff | tree | snapshot |
2010-08-30 |
Bill Wendling | When adding a register, we should mark it as "def"... |
commit | commitdiff | tree | snapshot |
2010-08-29 |
Chris Lattner | revert 112457, it looks like it broke selfhost. |
commit | commitdiff | tree | snapshot |
2010-08-29 |
Chris Lattner | rewrite DwarfEHPrepare to use SSAUpdater to promote... |
commit | commitdiff | tree | snapshot |
2010-08-29 |
Chris Lattner | inline function into its only caller. |
commit | commitdiff | tree | snapshot |
2010-08-29 |
Chris Lattner | two changes: 1) make AliasSet hold the list of call... |
commit | commitdiff | tree | snapshot |
2010-08-29 |
Chris Lattner | LICM does get dead instructions input to it. Instead... |
commit | commitdiff | tree | snapshot |
2010-08-29 |
Chris Lattner | use moveBefore instead of remove+insert, it avoids... |
commit | commitdiff | tree | snapshot |
2010-08-29 |
Chris Lattner | revert 112448 for now. |
commit | commitdiff | tree | snapshot |
2010-08-29 |
Chris Lattner | optimize LICM::hoist to use moveBefore. Correct its... |
commit | commitdiff | tree | snapshot |
2010-08-29 |
Chris Lattner | fix some bugs (found by inspection) where LICM would... |
commit | commitdiff | tree | snapshot |
2010-08-29 |
Chris Lattner | rework the ownership of subloop alias information:... |
commit | commitdiff | tree | snapshot |
2010-08-29 |
Chris Lattner | apparently unswitch had the same "Feature". Stop its |
commit | commitdiff | tree | snapshot |
2010-08-29 |
Chris Lattner | now that loop passes don't use DomFrontier, there is... |
commit | commitdiff | tree | snapshot |
2010-08-29 |
Dan Gohman | Make IVUsers iterative instead of recursive. |
commit | commitdiff | tree | snapshot |
2010-08-29 |
Dan Gohman | Optionally rerun dedicated-register filtering after... |
commit | commitdiff | tree | snapshot |
2010-08-29 |
Dan Gohman | Fix several areas in LSR to do a better job keeping... |
commit | commitdiff | tree | snapshot |
2010-08-29 |
Dan Gohman | Refactor the three main groups of code out of |
commit | commitdiff | tree | snapshot |
2010-08-29 |
Dan Gohman | Delete a bogus check. |
commit | commitdiff | tree | snapshot |
2010-08-29 |
Dan Gohman | Add some comments. |
commit | commitdiff | tree | snapshot |
2010-08-29 |
Dan Gohman | Move this debug output into GenerateAllReuseFormula... |
commit | commitdiff | tree | snapshot |
2010-08-29 |
Dan Gohman | Delete an unused declaration. |
commit | commitdiff | tree | snapshot |
2010-08-29 |
Dan Gohman | Do one lookup instead of two. |
commit | commitdiff | tree | snapshot |
2010-08-29 |
Dan Gohman | Restructure the {A,+,B}<L> * {C,+,D}<L> folding so... |
commit | commitdiff | tree | snapshot |
2010-08-29 |
Dan Gohman | Batch up subtracts along with adds, when analyzing... |
commit | commitdiff | tree | snapshot |
2010-08-29 |
Dan Gohman | Micro-optimize GroupByComplexity. |
commit | commitdiff | tree | snapshot |
2010-08-29 |
Dan Gohman | Hold AddRec->getLoop() in a variable, to make the Mul... |
commit | commitdiff | tree | snapshot |
2010-08-29 |
Dan Gohman | Rename a variable, for consistency. |
commit | commitdiff | tree | snapshot |
2010-08-29 |
Dan Gohman | Use iterators instead of indices. |
commit | commitdiff | tree | snapshot |
2010-08-29 |
Dan Gohman | Don't worry about union types. |
commit | commitdiff | tree | snapshot |
2010-08-29 |
Dan Gohman | Make this test less dependent on register allocation... |
commit | commitdiff | tree | snapshot |
2010-08-29 |
Dan Gohman | Use exec. |
commit | commitdiff | tree | snapshot |
2010-08-29 |
Dan Gohman | Delete an unused declaration. |
commit | commitdiff | tree | snapshot |
2010-08-29 |
Kalle Raiskila | Fix lowering of INSERT_VECTOR_ELT in SPU. |
commit | commitdiff | tree | snapshot |
2010-08-29 |
Bill Wendling | Fix whitespaces. No functionality changes. |
commit | commitdiff | tree | snapshot |
2010-08-29 |
Chris Lattner | Stop explicitly scheduling domfrontier before the loop... |
commit | commitdiff | tree | snapshot |
2010-08-29 |
Chris Lattner | licm preserves the cfg, it doesn't have to explicitly... |
commit | commitdiff | tree | snapshot |
2010-08-29 |
Chris Lattner | now that it doesn't use the PromoteMemToReg function... |
commit | commitdiff | tree | snapshot |
2010-08-29 |
Chris Lattner | completely rewrite the memory promotion algorithm in... |
commit | commitdiff | tree | snapshot |
2010-08-29 |
Bob Wilson | Remove NEON vaddl, vaddw, vsubl, and vsubw intrinsics... |
commit | commitdiff | tree | snapshot |
2010-08-29 |
Chris Lattner | use getUniqueExitBlocks instead of a manual set. |
commit | commitdiff | tree | snapshot |
2010-08-29 |
Eli Friedman | A couple of small missed optimizations. |
commit | commitdiff | tree | snapshot |
2010-08-29 |
Chris Lattner | reimplement LICM::sink to use SSAUpdater instead of... |
commit | commitdiff | tree | snapshot |
2010-08-29 |
Chris Lattner | implement SSAUpdater::RewriteUseAfterInsertions, a... |
commit | commitdiff | tree | snapshot |
2010-08-29 |
Chris Lattner | remove dead proto |
commit | commitdiff | tree | snapshot |
2010-08-29 |
Chris Lattner | reduce indentation in LICM::sink by using early exits... |
commit | commitdiff | tree | snapshot |
2010-08-29 |
Chris Lattner | modernize this pass a bit: use efficient set/map and... |
commit | commitdiff | tree | snapshot |
2010-08-29 |
Duncan Sands | Flesh out the list of things I've worked on. |
commit | commitdiff | tree | snapshot |
2010-08-29 |
Chris Lattner | when merging two alias sets, the result set is volatile... |
commit | commitdiff | tree | snapshot |
2010-08-29 |
Chris Lattner | more cleanup |
commit | commitdiff | tree | snapshot |
2010-08-29 |
Chris Lattner | clean this up |
commit | commitdiff | tree | snapshot |
2010-08-29 |
Bill Wendling | - Add a parameter to T2I_bin_irs for those patterns... |
commit | commitdiff | tree | snapshot |
2010-08-29 |
Chris Lattner | merge a bunch of shuffle tests into sse2.ll |
commit | commitdiff | tree | snapshot |
2010-08-29 |
Chris Lattner | add a bunch more common shuffles to the instprinter. |
commit | commitdiff | tree | snapshot |
2010-08-29 |
Chris Lattner | add some nounwind's |
commit | commitdiff | tree | snapshot |
2010-08-29 |
Bill Wendling | Name ANDflag to ANDS, which is less stupid. |
commit | commitdiff | tree | snapshot |
2010-08-29 |
Bill Wendling | File missing from last commit. |
commit | commitdiff | tree | snapshot |
2010-08-29 |
Bill Wendling | Create an ARMISD::AND node. This node is exactly like... |
commit | commitdiff | tree | snapshot |
2010-08-28 |
NAKAMURA Takumi | Minor change. |
commit | commitdiff | tree | snapshot |
2010-08-28 |
Chris Lattner | I have manually decoded the imm field of an insertps... |
commit | commitdiff | tree | snapshot |
2010-08-28 |
Chris Lattner | fixme accomplished |
commit | commitdiff | tree | snapshot |
2010-08-28 |
Chris Lattner | tidy up |
commit | commitdiff | tree | snapshot |
2010-08-28 |
NAKAMURA Takumi | Add me to the "blame list"! |
commit | commitdiff | tree | snapshot |
2010-08-28 |
Dan Gohman | Remove obsolete keywords which are no longer relevant. |
commit | commitdiff | tree | snapshot |
2010-08-28 |
Dan Gohman | Remove unions from the vim syntax highlighting. |
commit | commitdiff | tree | snapshot |
2010-08-28 |
Chris Lattner | fix the buildvector->insertp[sd] logic to not always... |
commit | commitdiff | tree | snapshot |
2010-08-28 |
Chris Lattner | fix the BuildVector -> unpcklps logic to not do pointle... |
commit | commitdiff | tree | snapshot |
2010-08-28 |
Chris Lattner | improve comments in the unpcklps generating logic,... |
commit | commitdiff | tree | snapshot |
2010-08-28 |
Michael J.... | Don't cast Win32 FILETIME structs to int64. Patch by... |
commit | commitdiff | tree | snapshot |
2010-08-28 |
Chris Lattner | remove the MSIL backend. It isn't maintained, is buggy... |
commit | commitdiff | tree | snapshot |
2010-08-28 |
Benjamin Kramer | Update ocaml test. |
commit | commitdiff | tree | snapshot |
2010-08-28 |
Benjamin Kramer | Remove unions from the ocaml bindings. |
commit | commitdiff | tree | snapshot |
2010-08-28 |
Bob Wilson | Use pseudo instructions for VST1 and VST2. |
commit | commitdiff | tree | snapshot |
2010-08-28 |
Chris Lattner | remove unions from LLVM IR. They are severely buggy... |
commit | commitdiff | tree | snapshot |
2010-08-28 |
Chris Lattner | remove the ABCD and SSI passes. They don't have any... |
commit | commitdiff | tree | snapshot |
next |