2009-12-02 |
Evan Cheng | Skeleton for MachineInstr level SSA updater. |
commit | commitdiff | tree | snapshot |
2009-12-02 |
Bill Wendling | Remove unnecessary check. |
commit | commitdiff | tree | snapshot |
2009-12-02 |
Jim Grosbach | Add MaxStackAlignment.cpp to CMake |
commit | commitdiff | tree | snapshot |
2009-12-02 |
Jim Grosbach | Factor the stack alignment calculations out into a... |
commit | commitdiff | tree | snapshot |
2009-12-02 |
Bob Wilson | Don't count PHI instructions toward the limit for tail... |
commit | commitdiff | tree | snapshot |
2009-12-02 |
Jim Grosbach | Move EliminateDuplicatePHINodes() from SimplifyCFG... |
commit | commitdiff | tree | snapshot |
2009-12-02 |
Andreas Neustifter | Cheap, mostly strict, stable sorting. |
commit | commitdiff | tree | snapshot |
2009-12-02 |
Benjamin Kramer | Silence compiler warnings. |
commit | commitdiff | tree | snapshot |
2009-12-02 |
Devang Patel | Clarify that DIEString does not keep a copy of the... |
commit | commitdiff | tree | snapshot |
2009-12-02 |
Owen Anderson | Cleanup/remove some parts of the lifetime region handli... |
commit | commitdiff | tree | snapshot |
2009-12-02 |
Chris Lattner | factor some code better. |
commit | commitdiff | tree | snapshot |
2009-12-02 |
Chris Lattner | formatting cleanups. |
commit | commitdiff | tree | snapshot |
2009-12-02 |
Chris Lattner | tidy up, remove dependence on order of evaluation of... |
commit | commitdiff | tree | snapshot |
2009-12-02 |
Chris Lattner | merge sext-2 into sext.ll |
commit | commitdiff | tree | snapshot |
2009-12-02 |
Chris Lattner | rename test |
commit | commitdiff | tree | snapshot |
2009-12-02 |
Chris Lattner | filecheckize |
commit | commitdiff | tree | snapshot |
2009-12-02 |
Mon P Wang | Fixed an assertion failure for tracking sext of a vecto... |
commit | commitdiff | tree | snapshot |
2009-12-01 |
Devang Patel | Add utility routine to create subprogram definition... |
commit | commitdiff | tree | snapshot |
2009-12-01 |
Devang Patel | Reuse existing subprogram DIE. |
commit | commitdiff | tree | snapshot |
2009-12-01 |
Chris Lattner | return more useful error messages by using strerror... |
commit | commitdiff | tree | snapshot |
2009-12-01 |
Eric Christopher | Update per Bill's comments. Work in progress. |
commit | commitdiff | tree | snapshot |
2009-12-01 |
Evan Cheng | Fix PR5391: support early clobber physical register... |
commit | commitdiff | tree | snapshot |
2009-12-01 |
Jim Grosbach | test case for IV-Users simplification loop improvement |
commit | commitdiff | tree | snapshot |
2009-12-01 |
Chris Lattner | rename some variables. |
commit | commitdiff | tree | snapshot |
2009-12-01 |
Chris Lattner | tidy |
commit | commitdiff | tree | snapshot |
2009-12-01 |
Dan Gohman | Add edge source labels to SelectionDAG graphs, now... |
commit | commitdiff | tree | snapshot |
2009-12-01 |
Dan Gohman | Minor cleanups. |
commit | commitdiff | tree | snapshot |
2009-12-01 |
Dan Gohman | Trim an unnecessary #include. |
commit | commitdiff | tree | snapshot |
2009-12-01 |
Daniel Dunbar | Don't default warnings to ON on MSVC, the spew is enoug... |
commit | commitdiff | tree | snapshot |
2009-12-01 |
Devang Patel | Clear function specific containers while processing... |
commit | commitdiff | tree | snapshot |
2009-12-01 |
Jim Grosbach | Thumb1 exception handling setjmp |
commit | commitdiff | tree | snapshot |
2009-12-01 |
Johnny Chen | For VLDM/VSTM (Advanced SIMD), set encoding bits Inst... |
commit | commitdiff | tree | snapshot |
2009-12-01 |
Jakob Stoklund... | Move PHIElimination::isLiveOut method to LiveVariables. |
commit | commitdiff | tree | snapshot |
2009-12-01 |
Gabor Greif | typo |
commit | commitdiff | tree | snapshot |
2009-12-01 |
Gabor Greif | demonstrate usage of Cases() mapping several strings... |
commit | commitdiff | tree | snapshot |
2009-12-01 |
Mikhail Glushenkov | Add relocation model options. |
commit | commitdiff | tree | snapshot |
2009-12-01 |
Mikhail Glushenkov | Typo. |
commit | commitdiff | tree | snapshot |
2009-12-01 |
Tobias Grosser | Fix copy paste bug |
commit | commitdiff | tree | snapshot |
2009-12-01 |
Chris Lattner | fix 255.vortex again, third time's the charm. |
commit | commitdiff | tree | snapshot |
2009-12-01 |
Chris Lattner | minimize this a bit more. |
commit | commitdiff | tree | snapshot |
2009-12-01 |
Mikhail Glushenkov | Forward -save-temps to llvm-gcc. |
commit | commitdiff | tree | snapshot |
2009-12-01 |
Chris Lattner | merge 2009-11-29-ReverseMap.ll into crash.ll |
commit | commitdiff | tree | snapshot |
2009-12-01 |
Chris Lattner | fix PR5640 by tracking whether a block is the header... |
commit | commitdiff | tree | snapshot |
2009-12-01 |
Mikhail Glushenkov | Support -[weak_]framework and -F in llvmc. |
commit | commitdiff | tree | snapshot |
2009-12-01 |
Eric Christopher | Remove the gcc builtins from the intrinsics, we'll... |
commit | commitdiff | tree | snapshot |
2009-12-01 |
Jakob Stoklund... | Use CFG connectedness as a secondary sort key when... |
commit | commitdiff | tree | snapshot |
2009-12-01 |
Eric Christopher | Add a soft link so that in an apple style build we... |
commit | commitdiff | tree | snapshot |
2009-12-01 |
Oscar Fuentes | Add two CMake flags LLVM_ENABLE_PEDANTIC and LLVM_ENABL... |
commit | commitdiff | tree | snapshot |
2009-12-01 |
Chris Lattner | fix PR5649 by making fib use the JIT instead of the... |
commit | commitdiff | tree | snapshot |
2009-12-01 |
Dan Gohman | Add a comment about A[i+(j+1)]. |
commit | commitdiff | tree | snapshot |
2009-12-01 |
Bill Wendling | Remove some validation errors. |
commit | commitdiff | tree | snapshot |
2009-12-01 |
Bill Wendling | Some formatting and spelling fixes. |
commit | commitdiff | tree | snapshot |
2009-12-01 |
Dan Gohman | Devang pointed out that this code should use DIScope... |
commit | commitdiff | tree | snapshot |
2009-12-01 |
Evan Cheng | Fix PR5614: parts of a physical register def may be... |
commit | commitdiff | tree | snapshot |
2009-12-01 |
Devang Patel | Test case for r90175. |
commit | commitdiff | tree | snapshot |
2009-12-01 |
Johnny Chen | For VMOV (immediate), make some of the encoding bits... |
commit | commitdiff | tree | snapshot |
2009-11-30 |
Devang Patel | If pointer type has a name then do not ignore the name. |
commit | commitdiff | tree | snapshot |
2009-11-30 |
Oscar Fuentes | * CMakeLists.txt: Adds warnings flags for g++. Fixes... |
commit | commitdiff | tree | snapshot |
2009-11-30 |
Oscar Fuentes | * cmake/modules/LLVMLibDeps.cmake: Updated library... |
commit | commitdiff | tree | snapshot |
2009-11-30 |
Dan Gohman | Minor whitespace fixes. |
commit | commitdiff | tree | snapshot |
2009-11-30 |
Dan Gohman | Fix a minor inconsistency. |
commit | commitdiff | tree | snapshot |
2009-11-30 |
Dan Gohman | Fix typos in comments. |
commit | commitdiff | tree | snapshot |
2009-11-30 |
Jakob Stoklund... | New virtual registers created for spill intervals shoul... |
commit | commitdiff | tree | snapshot |
2009-11-30 |
Bill Wendling | Debug info is disabled on PPC Darwin. |
commit | commitdiff | tree | snapshot |
2009-11-30 |
Bob Wilson | Reprioritize tests for tail duplication to be aggressiv... |
commit | commitdiff | tree | snapshot |
2009-11-30 |
Bob Wilson | Remove isProfitableToDuplicateIndirectBranch target... |
commit | commitdiff | tree | snapshot |
2009-11-30 |
Bob Wilson | Fix some more ARM unified syntax warnings. |
commit | commitdiff | tree | snapshot |
2009-11-30 |
Benjamin Kramer | Fix odd declaration. |
commit | commitdiff | tree | snapshot |
2009-11-30 |
Tobias Grosser | Fix last DOTGraphTraits problems in CompilationGraph. |
commit | commitdiff | tree | snapshot |
2009-11-30 |
Tobias Grosser | Remove forgotten ShortNames in Trie and CompilationGraph |
commit | commitdiff | tree | snapshot |
2009-11-30 |
Tobias Grosser | Remove ShortNames from getNodeLabel in DOTGraphTraits |
commit | commitdiff | tree | snapshot |
2009-11-30 |
Tobias Grosser | Instantiate DefaultDOTGraphTraits |
commit | commitdiff | tree | snapshot |
2009-11-30 |
Tobias Grosser | Do not point edge heads to source labels |
commit | commitdiff | tree | snapshot |
2009-11-30 |
Tobias Grosser | Only print edgeSourceLabels if they are not empty |
commit | commitdiff | tree | snapshot |
2009-11-30 |
Tobias Grosser | Small PostDominatorTree improvements |
commit | commitdiff | tree | snapshot |
2009-11-30 |
Tobias Grosser | Remove ":" after BB name in -view-cfg-only |
commit | commitdiff | tree | snapshot |
2009-11-30 |
Eric Christopher | First pass at llvm.objectsize documentation. |
commit | commitdiff | tree | snapshot |
2009-11-30 |
Nick Lewycky | Revert r90107, fixing test/Transforms/GVN/2009-11-29... |
commit | commitdiff | tree | snapshot |
2009-11-30 |
Nick Lewycky | Add a testcase for the current llvm-gcc build failure. |
commit | commitdiff | tree | snapshot |
2009-11-30 |
Nick Lewycky | Remove the 'simple jit' tutorial as it wasn't really... |
commit | commitdiff | tree | snapshot |
2009-11-30 |
Mon P Wang | Add test case for r90108 |
commit | commitdiff | tree | snapshot |
2009-11-30 |
Mon P Wang | Added support to allow clients to custom widen. For... |
commit | commitdiff | tree | snapshot |
2009-11-30 |
Chris Lattner | reapply r90093 with an addition of keeping the forward |
commit | commitdiff | tree | snapshot |
2009-11-30 |
Nick Lewycky | Fix this test on 64-bit systems which seem to use i64... |
commit | commitdiff | tree | snapshot |
2009-11-30 |
Nick Lewycky | Commit r90099 made LLVM simplify one of these constant... |
commit | commitdiff | tree | snapshot |
2009-11-29 |
Nick Lewycky | Teach ConstantFolding to do a better job when folding... |
commit | commitdiff | tree | snapshot |
2009-11-29 |
Benjamin Kramer | Revert r90089 for now, it's breaking selfhost. |
commit | commitdiff | tree | snapshot |
2009-11-29 |
Chris Lattner | revert this patch for now, it causes failures of: |
commit | commitdiff | tree | snapshot |
2009-11-29 |
Chris Lattner | Fix a really nasty caching bug I introduced in memdep... |
commit | commitdiff | tree | snapshot |
2009-11-29 |
Benjamin Kramer | Fix two FIXMEs. |
commit | commitdiff | tree | snapshot |
2009-11-29 |
Nick Lewycky | Detabify. |
commit | commitdiff | tree | snapshot |
2009-11-29 |
Benjamin Kramer | Remove dead returns. |
commit | commitdiff | tree | snapshot |
2009-11-29 |
Kovarththanan... | This patch ensures that Path::GetMainExecutable is... |
commit | commitdiff | tree | snapshot |
2009-11-29 |
Daniel Dunbar | Fix FileCheck crash when fuzzy scanning starting at... |
commit | commitdiff | tree | snapshot |
2009-11-29 |
Chris Lattner | add testcases for the foo_with_overflow op xforms added... |
commit | commitdiff | tree | snapshot |
2009-11-29 |
Chris Lattner | mark all the 'foo with overflow' intrinsics as readnone. |
commit | commitdiff | tree | snapshot |
2009-11-29 |
Chris Lattner | update and consolidate the load pre notes. |
commit | commitdiff | tree | snapshot |
2009-11-29 |
Chris Lattner | add PR# |
commit | commitdiff | tree | snapshot |
2009-11-29 |
Chris Lattner | Add a testcase for: |
commit | commitdiff | tree | snapshot |
2009-11-29 |
Chris Lattner | add a testcase for |
commit | commitdiff | tree | snapshot |
next |