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 |
2011-04-12 |
Jakob Stoklund... | Fix a bug in RegAllocBase::addMBBLiveIns() where a... |
commit | commitdiff | tree | snapshot |
2011-04-12 |
Devang Patel | Remove dead typedef. |
commit | commitdiff | tree | snapshot |
2011-04-12 |
Devang Patel | Refactor CompileUnit into a separate header. |
commit | commitdiff | tree | snapshot |
2011-04-12 |
Johnny Chen | Print out a debug message when the reglist fails the... |
commit | commitdiff | tree | snapshot |
2011-04-12 |
Rafael Espindola | Fix the case of a .cfi_rel_offset before any .cfi_def_c... |
commit | commitdiff | tree | snapshot |
2011-04-12 |
Rafael Espindola | Implement .cfi_same_value. |
commit | commitdiff | tree | snapshot |
2011-04-12 |
Garrison Venn | Added new FIXME note |
commit | commitdiff | tree | snapshot |
2011-04-12 |
Cameron Zwarich | Split a store of a VMOVDRR into two integer stores... |
commit | commitdiff | tree | snapshot |
2011-04-12 |
NAKAMURA Takumi | lib/Transforms/Instrumentation/CMakeLists.txt: Add... |
commit | commitdiff | tree | snapshot |
2011-04-12 |
Nick Lewycky | Add support for line profiling. Very work-in-progress. |
commit | commitdiff | tree | snapshot |
2011-04-12 |
Nick Lewycky | Consider ConstantAggregateZero as well as ConstantArray... |
commit | commitdiff | tree | snapshot |
2011-04-12 |
Eric Christopher | Fix typo. |
commit | commitdiff | tree | snapshot |
2011-04-12 |
Nick Lewycky | Make IRBuilder support StringRef for building strings. |
commit | commitdiff | tree | snapshot |
2011-04-12 |
Jim Grosbach | Tidy up a bit now that we're using the MemoryManager... |
commit | commitdiff | tree | snapshot |
2011-04-12 |
Johnny Chen | Add one test case (svc). |
commit | commitdiff | tree | snapshot |
2011-04-12 |
Eric Christopher | Match case for invalid constant error messages and... |
commit | commitdiff | tree | snapshot |
2011-04-12 |
Johnny Chen | A8.6.16 B |
commit | commitdiff | tree | snapshot |
2011-04-12 |
Dan Gohman | Fix reassociate to use a worklist instead of recursing... |
commit | commitdiff | tree | snapshot |
2011-04-12 |
Eric Christopher | Test for invalid constant expr addition - bad octal... |
commit | commitdiff | tree | snapshot |
2011-04-12 |
Eric Christopher | To avoid printing out multiple error messages for cases... |
commit | commitdiff | tree | snapshot |
2011-04-11 |
Jakob Stoklund... | Reuse live interval union between functions. This saves... |
commit | commitdiff | tree | snapshot |
2011-04-11 |
Johnny Chen | Thumb disassembler was erroneously rejecting "blx sp... |
commit | commitdiff | tree | snapshot |
2011-04-11 |
Chris Lattner | comment cleanup, use moveBefore instead of removeFromPa... |
commit | commitdiff | tree | snapshot |
2011-04-11 |
NAKAMURA Takumi | TableGen: Keep the order of DECL_CONTEXT() for DeclNode... |
commit | commitdiff | tree | snapshot |
2011-04-11 |
Chris Lattner | remove the StructRetPromotion pass. It is unused,... |
commit | commitdiff | tree | snapshot |
2011-04-11 |
Wesley Peck | Fix an error in the MBlaze delay slot filler. |
commit | commitdiff | tree | snapshot |
2011-04-11 |
Daniel Dunbar | build: Add support for a SHOW_DIAGNOSTICS build variable. |
commit | commitdiff | tree | snapshot |
2011-04-11 |
Wesley Peck | Add scheduling information for the MBlaze backend. |
commit | commitdiff | tree | snapshot |
2011-04-11 |
Eric Christopher | Lex, and then fail on invalid constants. |
commit | commitdiff | tree | snapshot |
2011-04-11 |
Nick Lewycky | Just because a GlobalVariable's initializer is [N x... |
commit | commitdiff | tree | snapshot |
next |