index
:
external_llvm.git
replicant-6.0
Unnamed repository; edit this file 'description' to name the repository.
git repository hosting
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
include
Commit message (
Expand
)
Author
Age
Files
Lines
*
Roll back r97918 again. Just configuring against llvm-gcc wasn't enough to run
Jeffrey Yasskin
2010-03-07
1
-1
/
+6
*
Reapply r97788 to free MDNodes when the LLVMContext is destroyed. It
Jeffrey Yasskin
2010-03-07
1
-6
/
+1
*
Roll r97906 forward again, without double-deleting CompileUnit::IndexTyDie.
Jeffrey Yasskin
2010-03-07
1
-0
/
+22
*
Add findNearestCommonDominator() for PostDominators.
Tobias Grosser
2010-03-07
1
-0
/
+4
*
Use Other as a sentinel instead of iAny.
Chris Lattner
2010-03-07
1
-2
/
+2
*
_2_ gcc crashes, ah, ah, ah...
Jeffrey Yasskin
2010-03-07
1
-22
/
+0
*
Avoid leaking CompileUnits and DbgScopes from DwarfDebug. Leaks found by Val...
Jeffrey Yasskin
2010-03-07
1
-0
/
+22
*
make APFloat::toString be const.
Chris Lattner
2010-03-06
1
-1
/
+1
*
Add static methods to handle Linkage Types.
Rafael Espindola
2010-03-06
1
-20
/
+62
*
Add a LLVMWriteBitcodeToFD that exposes the raw_fd_ostream options.
Erick Tryzelaar
2010-03-06
1
-5
/
+8
*
Add some new bits of debug info handling. No
Dale Johannesen
2010-03-06
1
-3
/
+13
*
Move SimplifyLibCalls's LibCall builders to a separate file so they
Eric Christopher
2010-03-05
1
-0
/
+96
*
Add support for an i8* type accessor.
Eric Christopher
2010-03-05
1
-0
/
+4
*
Move GetStringLength and helper from SimplifyLibCalls to ValueTracking.
Eric Christopher
2010-03-05
1
-0
/
+4
*
Revert r97788 because it broke test/FrontendC/2010-02-16-DbgVarScope.c.
Jeffrey Yasskin
2010-03-05
1
-1
/
+6
*
Free MDNodes when the LLVMContext is destroyed. Leak found by Valgrind.
Jeffrey Yasskin
2010-03-05
1
-6
/
+1
*
Make it not an error to specify -O* options several times.
Mikhail Glushenkov
2010-03-05
1
-0
/
+1
*
inline CannotYetSelectIntrinsic into CannotYetSelect and simplify.
Chris Lattner
2010-03-04
1
-1
/
+0
*
Expose alignment and stack alignment attributes to llvm-c and ocaml.
Erick Tryzelaar
2010-03-03
1
-1
/
+3
*
Move MachineInstrExpressionTrait::getHashValue() out of line so it can skip o...
Evan Cheng
2010-03-03
1
-42
/
+1
*
Re-apply r97667 but with a little bit of thought put into the patch. This imp...
Evan Cheng
2010-03-03
1
-0
/
+65
*
Revert 97667. It broke a bunch of tests.
Dan Gohman
2010-03-03
1
-62
/
+0
*
Move DenseMapInfo for MachineInstr* to MachineInstr.h
Evan Cheng
2010-03-03
1
-0
/
+62
*
Add MachineRegisterInfo::hasOneUse and hasOneNonDBGUse.
Evan Cheng
2010-03-03
1
-0
/
+8
*
don't use always_inline with gcc 3.4, it has some unimplemented features
Chris Lattner
2010-03-03
1
-1
/
+3
*
TopLevelMap[] reference is a pointer.
Evan Cheng
2010-03-03
1
-1
/
+1
*
speed up scope node processing: if the first element of a scope
Chris Lattner
2010-03-03
1
-4
/
+7
*
introduce a new SwitchTypeMatcher node (which is analogous to
Chris Lattner
2010-03-03
1
-0
/
+1
*
- Change MachineInstr::isIdenticalTo to take a new option that determines whe...
Evan Cheng
2010-03-03
2
-25
/
+20
*
Ordering forward declarations.
Evan Cheng
2010-03-03
1
-3
/
+3
*
Add Module functions in place of module providers.
Erick Tryzelaar
2010-03-02
3
-6
/
+42
*
remove 300 lines of code that is now dead in the MSP430 backend
Chris Lattner
2010-03-02
1
-2
/
+2
*
Fix some issues in WalkChainUsers dealing with
Chris Lattner
2010-03-02
1
-1
/
+2
*
Allow specialization of ScopedHashTable of non-default DenseMapInfo.
Evan Cheng
2010-03-02
1
-28
/
+33
*
Rename LLVMUseIteratorRef to LLVMUseRef since we don't refer to iterators in ...
Erick Tryzelaar
2010-03-02
1
-10
/
+7
*
Swap parameters of isSafeToMove and isSafeToReMat for consistency.
Evan Cheng
2010-03-02
1
-4
/
+4
*
Fix the xfail I added a couple of patches back. The issue
Chris Lattner
2010-03-02
1
-0
/
+6
*
factor node morphing out to its own helper method.
Chris Lattner
2010-03-02
1
-0
/
+2
*
eliminate CodeGen/DAGISelHeader.h, it is empty now.
Chris Lattner
2010-03-02
1
-26
/
+0
*
Sink InstructionSelect() out of each target into SDISel, and rename it
Chris Lattner
2010-03-02
2
-96
/
+13
*
move some code out of DAGISelHeader up to SelectionDAGISel.h where it
Chris Lattner
2010-03-02
1
-0
/
+49
*
Add skeleton of a machine level cse pass.
Evan Cheng
2010-03-02
1
-0
/
+4
*
Add count() and lookup() to ScopedHashTable. It might be useful to get inform...
Evan Cheng
2010-03-02
1
-0
/
+8
*
Rewrite chain handling validation and input TokenFactor handling
Chris Lattner
2010-03-02
1
-1
/
+0
*
Remove dead parameter passing.
Bill Wendling
2010-03-02
1
-1
/
+1
*
remove some functions that were only used by the
Chris Lattner
2010-03-01
1
-23
/
+1
*
remove all but one version of SelectionDAG::MorphNodeTo
Chris Lattner
2010-03-01
1
-20
/
+1
*
Use methods to determine if a LiveInterval is spillable.
Jakob Stoklund Olesen
2010-03-01
2
-3
/
+12
*
remove anders-aa from mainline, it isn't maintained and is
Chris Lattner
2010-03-01
2
-8
/
+0
*
Accelerate isel dispatch for tables that start with a top-level
Chris Lattner
2010-03-01
1
-0
/
+4
[next]