2010-08-17 |
Benjamin Kramer | Sketch i386 relocations handling, from Roman Divacky. |
commit | commitdiff | tree | snapshot |
2010-08-17 |
Jakob Stoklund... | Don't call Predicate_* methods directly from Sparc... |
commit | commitdiff | tree | snapshot |
2010-08-17 |
Jim Grosbach | Add hook to examine an instruction referencing a frame... |
commit | commitdiff | tree | snapshot |
2010-08-17 |
Jim Grosbach | explicitly handle no-op cases for clarity. Fixes clang... |
commit | commitdiff | tree | snapshot |
2010-08-17 |
Benjamin Kramer | Use the correct entry size for relocation entries,... |
commit | commitdiff | tree | snapshot |
2010-08-17 |
Evan Cheng | Move the decision logic whether it's a good idea to... |
commit | commitdiff | tree | snapshot |
2010-08-17 |
Dan Gohman | When rotating loops, put the original header at the... |
commit | commitdiff | tree | snapshot |
2010-08-17 |
Jim Grosbach | remove trailing whitespace |
commit | commitdiff | tree | snapshot |
2010-08-17 |
Benjamin Kramer | Differentiate between RELA and REL relocations, from... |
commit | commitdiff | tree | snapshot |
2010-08-17 |
Bob Wilson | Change ARM PKHTB and PKHBT instructions to use a shift_... |
commit | commitdiff | tree | snapshot |
2010-08-17 |
Evan Cheng | Fix debug message. |
commit | commitdiff | tree | snapshot |
2010-08-17 |
Chris Lattner | add some 's to a pre to avoid newlines being... |
commit | commitdiff | tree | snapshot |
2010-08-17 |
Dan Gohman | Use the getUniquePredecessor() utility function, instea... |
commit | commitdiff | tree | snapshot |
2010-08-17 |
Benjamin Kramer | One baby step towards i386 ELF, from Roman Divacky. |
commit | commitdiff | tree | snapshot |
2010-08-17 |
Chris Lattner | fix emacs language spec's, patch by Edmund Grimley... |
commit | commitdiff | tree | snapshot |
2010-08-17 |
Nick Lewycky | When creating a JIT, try to load the program so that... |
commit | commitdiff | tree | snapshot |
2010-08-17 |
Benjamin Kramer | Revert r111230, we have to find a better place for... |
commit | commitdiff | tree | snapshot |
2010-08-17 |
Chris Lattner | Fix failure of unittests/ExecutionEngine/JIT/MultiJITTe... |
commit | commitdiff | tree | snapshot |
2010-08-17 |
Benjamin Kramer | Micro-optimize MCObjectWriter to do a byteswap if neces... |
commit | commitdiff | tree | snapshot |
2010-08-17 |
Benjamin Kramer | There is this new "LLVM" compiler that supports __built... |
commit | commitdiff | tree | snapshot |
2010-08-17 |
Bob Wilson | Allow more cases of undef shuffle indices and add tests... |
commit | commitdiff | tree | snapshot |
2010-08-17 |
Evan Cheng | Add an option to disable codegen prepare critical edge... |
commit | commitdiff | tree | snapshot |
2010-08-17 |
Eric Christopher | Fix typo. |
commit | commitdiff | tree | snapshot |
2010-08-17 |
Eric Christopher | Copy over some overridden MI wrappers for ARM fast... |
commit | commitdiff | tree | snapshot |
2010-08-17 |
Evan Cheng | PHI elimination should not break back edge. It can... |
commit | commitdiff | tree | snapshot |
2010-08-17 |
Eric Christopher | Remove predicate workaround, we're going to require... |
commit | commitdiff | tree | snapshot |
2010-08-17 |
Eric Christopher | Make arm fast-isel possible to enable via command line. |
commit | commitdiff | tree | snapshot |
2010-08-17 |
Benjamin Kramer | Try to silence a overeager GCC warning. |
commit | commitdiff | tree | snapshot |
2010-08-17 |
Benjamin Kramer | A round of minor cleanups for ELFObjectWriter. |
commit | commitdiff | tree | snapshot |
2010-08-16 |
Bob Wilson | Add a testcase for svn 111208. |
commit | commitdiff | tree | snapshot |
2010-08-16 |
Owen Anderson | Fix another iterator invalidation that caused a *really... |
commit | commitdiff | tree | snapshot |
2010-08-16 |
Bob Wilson | Ignore undef shuffle indices when checking for a VTRN... |
commit | commitdiff | tree | snapshot |
2010-08-16 |
Jim Grosbach | tidy up. remove unused local. |
commit | commitdiff | tree | snapshot |
2010-08-16 |
Benjamin Kramer | Silence warnings and simplify code. Eliminate a 32... |
commit | commitdiff | tree | snapshot |
2010-08-16 |
Dan Gohman | The plural of analysis is analyses. |
commit | commitdiff | tree | snapshot |
2010-08-16 |
Dan Gohman | Make dumpPassStructure be a PMDataManager abstraction... |
commit | commitdiff | tree | snapshot |
2010-08-16 |
Jim Grosbach | Better handle alignment requirements for local objects... |
commit | commitdiff | tree | snapshot |
2010-08-16 |
Bob Wilson | Generalize a pattern for PKHTB: an SRL of 16-31 bits... |
commit | commitdiff | tree | snapshot |
2010-08-16 |
Bob Wilson | Convert test to FileCheck. |
commit | commitdiff | tree | snapshot |
2010-08-16 |
Dan Gohman | Make some of PMTopLevelManager's members non-public... |
commit | commitdiff | tree | snapshot |
2010-08-16 |
Dan Gohman | Remove redundant inline keywords. |
commit | commitdiff | tree | snapshot |
2010-08-16 |
Dan Gohman | Eliminate the TopLevelManagerType enum; instead, just... |
commit | commitdiff | tree | snapshot |
2010-08-16 |
Eli Friedman | Comment out some broken/unused/useless instructions... |
commit | commitdiff | tree | snapshot |
2010-08-16 |
Eli Friedman | Fixes for generation of ELF relocations. Patch by... |
commit | commitdiff | tree | snapshot |
2010-08-16 |
Eli Friedman | Don't attempt to SimplifyShortMoveForm in 64-bit mode. |
commit | commitdiff | tree | snapshot |
2010-08-16 |
Eli Friedman | Until uleb/sleb are MC-ized, add a hack to make them... |
commit | commitdiff | tree | snapshot |
2010-08-16 |
Eli Friedman | Fix a few warnings in and detabify MCELFStreamer and... |
commit | commitdiff | tree | snapshot |
2010-08-16 |
Matt Fleming | Add ELF ObjectWriter and Streamer support. |
commit | commitdiff | tree | snapshot |
2010-08-16 |
Matt Fleming | Hookup ELF support for X86. |
commit | commitdiff | tree | snapshot |
2010-08-16 |
Matt Fleming | Add ELF ObjectWriter and Streamer support. |
commit | commitdiff | tree | snapshot |
2010-08-16 |
Matt Fleming | Layout helper function. |
commit | commitdiff | tree | snapshot |
2010-08-16 |
Matt Fleming | Record a symbol's size which is needed for ELF symbol... |
commit | commitdiff | tree | snapshot |
2010-08-16 |
Matt Fleming | ELF entry size support. |
commit | commitdiff | tree | snapshot |
2010-08-16 |
Bob Wilson | Rename sat_shift operand to shift_imm, in preparation... |
commit | commitdiff | tree | snapshot |
2010-08-16 |
Jakob Stoklund... | Partially revert r111155. It looks like MSVC is calling... |
commit | commitdiff | tree | snapshot |
2010-08-16 |
Jim Grosbach | track local frame size in MFI, not local to the pass... |
commit | commitdiff | tree | snapshot |
2010-08-16 |
Dan Gohman | Revert r111031. The way LLVM defines loop invariance... |
commit | commitdiff | tree | snapshot |
2010-08-16 |
Jakob Stoklund... | Remove unused functions. |
commit | commitdiff | tree | snapshot |
2010-08-16 |
Jakob Stoklund... | Remove unused functions. |
commit | commitdiff | tree | snapshot |
2010-08-16 |
Bob Wilson | Remove unused code. |
commit | commitdiff | tree | snapshot |
2010-08-16 |
Bob Wilson | Convert a test to use FileCheck. |
commit | commitdiff | tree | snapshot |
2010-08-16 |
Dan Gohman | Placate overzealous compiler warnings. |
commit | commitdiff | tree | snapshot |
2010-08-16 |
Dan Gohman | To create a copy of a SmallVector with an element remov... |
commit | commitdiff | tree | snapshot |
2010-08-16 |
Bob Wilson | Install Embedded builds into usr/local. Radar 8313723. |
commit | commitdiff | tree | snapshot |
2010-08-16 |
Chris Lattner | silence a vc2010 warning: " result of 32-bit shift... |
commit | commitdiff | tree | snapshot |
2010-08-16 |
Dan Gohman | Tidy whitespace. |
commit | commitdiff | tree | snapshot |
2010-08-16 |
Dan Gohman | Add a comment. |
commit | commitdiff | tree | snapshot |
2010-08-16 |
Dan Gohman | Use const_iterator in a few places. |
commit | commitdiff | tree | snapshot |
2010-08-16 |
Dan Gohman | Use iterators instead of indices in a few more places. |
commit | commitdiff | tree | snapshot |
2010-08-16 |
Dan Gohman | Micro-optimize SCEVConstant comparison. |
commit | commitdiff | tree | snapshot |
2010-08-16 |
Dan Gohman | Move SCEVNAryExpr's virtual member functions out of... |
commit | commitdiff | tree | snapshot |
2010-08-16 |
Dan Gohman | Use iterators instead of indices in simple cases. |
commit | commitdiff | tree | snapshot |
2010-08-16 |
Dan Gohman | Avoid gratuitous inefficiency in ifndef NDEBUG code. |
commit | commitdiff | tree | snapshot |
2010-08-16 |
Dan Gohman | Make one getAddExpr call when analyzing a+b+c+d+e+... |
commit | commitdiff | tree | snapshot |
2010-08-16 |
Dan Gohman | Delete an unused function. |
commit | commitdiff | tree | snapshot |
2010-08-16 |
Dan Gohman | Instead of having CollectSubexpr's categorize operands... |
commit | commitdiff | tree | snapshot |
2010-08-16 |
Dan Gohman | Put add operands in ScalarEvolution-canonical order... |
commit | commitdiff | tree | snapshot |
2010-08-16 |
Dan Gohman | Specialize FoldingSetTrait<SCEV>, providing implementat... |
commit | commitdiff | tree | snapshot |
2010-08-16 |
Dan Gohman | Add hooks to FoldingSetTrait to allow specializations... |
commit | commitdiff | tree | snapshot |
2010-08-16 |
Dan Gohman | Tidy up whitespace in comments. |
commit | commitdiff | tree | snapshot |
2010-08-16 |
Dan Gohman | Constify FoldingSetNodeIDRef's Data. |
commit | commitdiff | tree | snapshot |
2010-08-16 |
Dan Gohman | Reverse the order of GetNodeProfile's arguments, for... |
commit | commitdiff | tree | snapshot |
2010-08-16 |
Dan Gohman | Fix indentation in example code in a comment. |
commit | commitdiff | tree | snapshot |
2010-08-16 |
Dan Gohman | Avoid #include <ScalarEvolution.h> in LoopSimplify... |
commit | commitdiff | tree | snapshot |
2010-08-16 |
Dan Gohman | Instead, teach SimplifyCFG to trim non-address-taken... |
commit | commitdiff | tree | snapshot |
2010-08-16 |
Dan Gohman | Revert r111058, the lint check for indirectbr successor... |
commit | commitdiff | tree | snapshot |
2010-08-15 |
Benjamin Kramer | Test expects SSE, give him SSE. |
commit | commitdiff | tree | snapshot |
2010-08-15 |
Oscar Fuentes | Updated LLVMLibDeps.cmake |
commit | commitdiff | tree | snapshot |
2010-08-15 |
Oscar Fuentes | CMake: Improved COMMENT on a custom command |
commit | commitdiff | tree | snapshot |
2010-08-15 |
Benjamin Kramer | Restore arch on these test, they fail on arm. |
commit | commitdiff | tree | snapshot |
2010-08-15 |
Dale Johannesen | Mark as XFAIL on darwin 8. PR 7886. |
commit | commitdiff | tree | snapshot |
2010-08-15 |
Oscar Fuentes | Updated the GenLibDeps -> LLVMLibDeps.cmake transformat... |
commit | commitdiff | tree | snapshot |
2010-08-15 |
Argyrios Kyrtzidis | Revert r111082. No warnings for this common pattern. |
commit | commitdiff | tree | snapshot |
2010-08-15 |
Mikhail Glushenkov | Update tests. |
commit | commitdiff | tree | snapshot |
2010-08-15 |
Mikhail Glushenkov | Regenerate. |
commit | commitdiff | tree | snapshot |
2010-08-15 |
Mikhail Glushenkov | llvmc: remove dynamic plugins. |
commit | commitdiff | tree | snapshot |
2010-08-14 |
Eric Christopher | Rework how the non-sse2 memory barrier is lowered so... |
commit | commitdiff | tree | snapshot |
2010-08-14 |
Argyrios Kyrtzidis | Add ATTRIBUTE_UNUSED to methods that are not supposed... |
commit | commitdiff | tree | snapshot |
2010-08-14 |
Chris Lattner | improve indentation |
commit | commitdiff | tree | snapshot |
2010-08-14 |
Bob Wilson | T2I_rbin_irs rr variant is for disassembly only, so... |
commit | commitdiff | tree | snapshot |
next |