2011-04-15 |
Akira Hatanaka | Fix lines that have incorrect indentation or exceed... |
commit | commitdiff | tree | snapshot |
2011-04-15 |
Cameron Zwarich | The AND instruction leaves the V flag unmodified, so... |
commit | commitdiff | tree | snapshot |
2011-04-15 |
Rafael Espindola | Fix cmake build. |
commit | commitdiff | tree | snapshot |
2011-04-15 |
Rafael Espindola | Some refactoring suggested by Anton Korobeynikov. |
commit | commitdiff | tree | snapshot |
2011-04-15 |
Cameron Zwarich | Add missing register forms of instructions to the ARM... |
commit | commitdiff | tree | snapshot |
2011-04-15 |
Akira Hatanaka | Add pass that expands pseudo instructions into target... |
commit | commitdiff | tree | snapshot |
2011-04-15 |
Evan Cheng | Increase SubtargetFeatureKV Value and Implies fields... |
commit | commitdiff | tree | snapshot |
2011-04-15 |
Joerg Sonnenberger | Add encoding tests for flds/filds |
commit | commitdiff | tree | snapshot |
2011-04-15 |
Lenny Maiorani | Implements StringRef::compare with bounds. It is behave... |
commit | commitdiff | tree | snapshot |
2011-04-15 |
Jakob Stoklund... | Teach the SplitKit blitter to handle multiply defined... |
commit | commitdiff | tree | snapshot |
2011-04-15 |
Jakob Stoklund... | Remember to set flag. |
commit | commitdiff | tree | snapshot |
2011-04-15 |
Rafael Espindola | Add 129518 back with a fix for when we are producing... |
commit | commitdiff | tree | snapshot |
2011-04-15 |
Chris Lattner | Fix a ton of comment typos found by codespell. Patch by |
commit | commitdiff | tree | snapshot |
2011-04-15 |
NAKAMURA Takumi | Revert r129518, "Change ELF systems to use CFI for... |
commit | commitdiff | tree | snapshot |
2011-04-15 |
Evan Cheng | Fix another fcopysign lowering bug. If src is f64 and... |
commit | commitdiff | tree | snapshot |
2011-04-15 |
Johnny Chen | For t2BFI, both Inst{26} and Inst{5} "should" be 0. |
commit | commitdiff | tree | snapshot |
2011-04-15 |
Michael J.... | Add 3DNow! intrinsics. |
commit | commitdiff | tree | snapshot |
2011-04-15 |
Johnny Chen | The ARM disassembler did not handle the alignment corre... |
commit | commitdiff | tree | snapshot |
2011-04-14 |
Evan Cheng | Follow up on r127913. Fix Thumb revsh isel. rdar:/... |
commit | commitdiff | tree | snapshot |
2011-04-14 |
Eli Friedman | Add an instcombine for constructs like a | -(b != c... |
commit | commitdiff | tree | snapshot |
2011-04-14 |
Owen Anderson | Fix an infinite alternation in JumpThreading where... |
commit | commitdiff | tree | snapshot |
2011-04-14 |
Mon P Wang | Cleanup r129509 based on comments by Chris |
commit | commitdiff | tree | snapshot |
2011-04-14 |
Johnny Chen | Add sanity checkings for Thumb2 Load/Store Register... |
commit | commitdiff | tree | snapshot |
2011-04-14 |
Chris Lattner | move PR9661 out to here. |
commit | commitdiff | tree | snapshot |
2011-04-14 |
Owen Anderson | Fix another instance of the DAG combiner not using... |
commit | commitdiff | tree | snapshot |
2011-04-14 |
Daniel Dunbar | tests: Remove a FrontendC test which is no longer valid. |
commit | commitdiff | tree | snapshot |
2011-04-14 |
Rafael Espindola | Change ELF systems to use CFI for producing the EH... |
commit | commitdiff | tree | snapshot |
2011-04-14 |
Michael J.... | Fix whitespace and tabs. |
commit | commitdiff | tree | snapshot |
2011-04-14 |
Mon P Wang | Cleanup r129472 by using a utility routine as suggested... |
commit | commitdiff | tree | snapshot |
2011-04-14 |
Andrew Trick | In the pre-RA scheduler, maintain cmp+br proximity. |
commit | commitdiff | tree | snapshot |
2011-04-14 |
Andrew Trick | Documented bugpoint --compile-custom --compile-command. |
commit | commitdiff | tree | snapshot |
2011-04-14 |
Chris Lattner | add a minor missed dag combine that is blocking mid... |
commit | commitdiff | tree | snapshot |
2011-04-14 |
Chris Lattner | sink a call into its only use. |
commit | commitdiff | tree | snapshot |
2011-04-14 |
Chris Lattner | rework FoldBranchToCommonDest to exit earlier when... |
commit | commitdiff | tree | snapshot |
2011-04-14 |
Chris Lattner | fix a couple -Wsign-compare warnings. |
commit | commitdiff | tree | snapshot |
2011-04-14 |
Bill Wendling | As Dan pointed out, movzbl, movsbl, and friends are... |
commit | commitdiff | tree | snapshot |
2011-04-14 |
Bill Wendling | Have the X86 back-end emit the alias instead of what... |
commit | commitdiff | tree | snapshot |
2011-04-13 |
Bill Wendling | Add an option to not print the alias of an instruction... |
commit | commitdiff | tree | snapshot |
2011-04-13 |
Owen Anderson | During post-legalization DAG combining, be careful... |
commit | commitdiff | tree | snapshot |
2011-04-13 |
Johnny Chen | Thumb disassembler did not handle tBRIND (indirect... |
commit | commitdiff | tree | snapshot |
2011-04-13 |
Mon P Wang | Vectors with different number of elements of the same... |
commit | commitdiff | tree | snapshot |
2011-04-13 |
Johnny Chen | Check for unallocated instruction encodings when disass... |
commit | commitdiff | tree | snapshot |
2011-04-13 |
Johnny Chen | The LDR*T/STR*T (unpriviledged load/store) operations... |
commit | commitdiff | tree | snapshot |
2011-04-13 |
Cameron Zwarich | Fix a typo in an ARM-specific DAG combine. This fixes... |
commit | commitdiff | tree | snapshot |
2011-04-13 |
Benjamin Kramer | Fix format string warning. |
commit | commitdiff | tree | snapshot |
2011-04-13 |
Cameron Zwarich | Fix a regression caused by r102515 where explicit align... |
commit | commitdiff | tree | snapshot |
2011-04-13 |
Devang Patel | Fix debug message. |
commit | commitdiff | tree | snapshot |
2011-04-13 |
Johnny Chen | Check the corner cases for t2LDRSHi12 correctly and... |
commit | commitdiff | tree | snapshot |
2011-04-13 |
Devang Patel | Remove extra bytes that were added for gdb. We do... |
commit | commitdiff | tree | snapshot |
2011-04-13 |
Nick Lewycky | Use positive values since the value type is unsigned... |
commit | commitdiff | tree | snapshot |
2011-04-13 |
Johnny Chen | Fix a bug where for t2MOVCCi disassembly, the TIED_TO... |
commit | commitdiff | tree | snapshot |
2011-04-13 |
Johnny Chen | Forgot to add this change for llvm.org/viewvc/llvm... |
commit | commitdiff | tree | snapshot |
2011-04-13 |
Junjie Gu | Fixed the revision 129449. |
commit | commitdiff | tree | snapshot |
2011-04-13 |
Junjie Gu | Passing unroll parameters (unroll-count, threshold... |
commit | commitdiff | tree | snapshot |
2011-04-13 |
Jim Grosbach | Load multiple object files and link them via RuntimeDyl... |
commit | commitdiff | tree | snapshot |
2011-04-13 |
Rafael Espindola | Add the alias analysis to the C api. |
commit | commitdiff | tree | snapshot |
2011-04-13 |
Jim Grosbach | Allow user-specified program entry point for llvm-rtdyld. |
commit | commitdiff | tree | snapshot |
2011-04-13 |
Jim Grosbach | MCJIT relocation resolution. |
commit | commitdiff | tree | snapshot |
2011-04-13 |
Oscar Fuentes | Export LLVM_TARGETS_WITH_JIT in LLVMConfig.cmake.in... |
commit | commitdiff | tree | snapshot |
2011-04-13 |
Jay Foad | PR9214: Convert ConstantExpr::getIndices() to return... |
commit | commitdiff | tree | snapshot |
2011-04-13 |
Jakob Stoklund... | Stop using dead function. |
commit | commitdiff | tree | snapshot |
2011-04-13 |
Jay Foad | Remove some redundant llvm:: prefixes. |
commit | commitdiff | tree | snapshot |
2011-04-13 |
Jay Foad | Fix a comment. |
commit | commitdiff | tree | snapshot |
2011-04-13 |
Jay Foad | PR9214: Convert ConstantExpr::getWithOperands() to... |
commit | commitdiff | tree | snapshot |
2011-04-13 |
Jay Foad | Fix typo. |
commit | commitdiff | tree | snapshot |
2011-04-13 |
Jay Foad | Fix typo in comment. |
commit | commitdiff | tree | snapshot |
2011-04-13 |
Jay Foad | Like the coding standards say, do not use "using namesp... |
commit | commitdiff | tree | snapshot |
2011-04-13 |
Cameron Zwarich | Fix an obvious problem with an alignment computation... |
commit | commitdiff | tree | snapshot |
2011-04-13 |
Cameron Zwarich | Fix a typo. |
commit | commitdiff | tree | snapshot |
2011-04-13 |
Cameron Zwarich | If a global variable has a specified alignment that... |
commit | commitdiff | tree | snapshot |
2011-04-13 |
Nick Lewycky | Use %ull here. |
commit | commitdiff | tree | snapshot |
2011-04-13 |
Andrew Trick | Recommit r129383. PreRA scheduler heuristic fixes:... |
commit | commitdiff | tree | snapshot |
2011-04-13 |
Bill Wendling | Reapply r129401 with patch for clang. |
commit | commitdiff | tree | snapshot |
2011-04-13 |
Eric Christopher | Temporarily revert r129408 to see if it brings the... |
commit | commitdiff | tree | snapshot |
2011-04-12 |
Rafael Espindola | Be consistent about being virtual and returning void... |
commit | commitdiff | tree | snapshot |
2011-04-12 |
Johnny Chen | Add sanity check for Ld/St Dual forms of Thumb2 instruc... |
commit | commitdiff | tree | snapshot |
2011-04-12 |
Jakob Stoklund... | Add @earlyclobber constraints to the writeback register... |
commit | commitdiff | tree | snapshot |
2011-04-12 |
Eric Christopher | Fix a bug where we were counting the alias sets as... |
commit | commitdiff | tree | snapshot |
2011-04-12 |
Devang Patel | I missed this new file in previous commit. |
commit | commitdiff | tree | snapshot |
2011-04-12 |
Devang Patel | Simplify. There is no need to use static variable. |
commit | commitdiff | tree | snapshot |
2011-04-12 |
Devang Patel | Do not reuse parameter name. |
commit | commitdiff | tree | snapshot |
2011-04-12 |
Dan Gohman | Fix a hole in the definition of "dependence" used by... |
commit | commitdiff | tree | snapshot |
2011-04-12 |
Bill Wendling | Revert r129401 for now. Clang is using the old way... |
commit | commitdiff | tree | snapshot |
2011-04-12 |
Devang Patel | This mechanical patch moves type handling into CompileU... |
commit | commitdiff | tree | snapshot |
2011-04-12 |
Bill Wendling | Remove the unaligned load intrinsics in favor of using... |
commit | commitdiff | tree | snapshot |
2011-04-12 |
Eric Christopher | Add more comments... err debug statements to the fast... |
commit | commitdiff | tree | snapshot |
2011-04-12 |
Oscar Fuentes | Fix compiler command line used by lit.py when working... |
commit | commitdiff | tree | snapshot |
2011-04-12 |
Johnny Chen | The Thumb2 RFE instructions need to have their second... |
commit | commitdiff | tree | snapshot |
2011-04-12 |
Jakob Stoklund... | SparseBitVector is SLOW. |
commit | commitdiff | tree | snapshot |
2011-04-12 |
Jim Grosbach | MCJIT lazy relocation resolution and symbol address... |
commit | commitdiff | tree | snapshot |
2011-04-12 |
Johnny Chen | Add bad register checks for Thumb2 Ld/St instructions. |
commit | commitdiff | tree | snapshot |
2011-04-12 |
Andrew Trick | Revert 129383. It causes some targets to hit a schedule... |
commit | commitdiff | tree | snapshot |
2011-04-12 |
Nick Lewycky | Print our uint64_t with the more portable (C99 and... |
commit | commitdiff | tree | snapshot |
2011-04-12 |
Andrew Trick | PreRA scheduler heuristic fixes: VRegCycle, TokenFactor... |
commit | commitdiff | tree | snapshot |
2011-04-12 |
Oscar Fuentes | Document how to build a LLVM pass with CMake out of... |
commit | commitdiff | tree | snapshot |
2011-04-12 |
Nick Lewycky | The counters are unsigned. |
commit | commitdiff | tree | snapshot |
2011-04-12 |
Jakob Stoklund... | Create new intervals for isolated blocks during region... |
commit | commitdiff | tree | snapshot |
2011-04-12 |
Rafael Espindola | Remove LastOffset from the asm parser. |
commit | commitdiff | tree | snapshot |
2011-04-12 |
Johnny Chen | The Thumb2 Ld, St, and Preload instructions with the... |
commit | commitdiff | tree | snapshot |
2011-04-12 |
Jakob Stoklund... | Add SplitKit API to query and select the current interv... |
commit | commitdiff | tree | snapshot |
next |