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
*
Sorry, several patches in one.
Evan Cheng
2011-01-20
1
-3
/
+7
*
Object: Add ELF support.
Michael J. Spencer
2011-01-20
1
-0
/
+3
*
Remove an unnecessary #include.
Cameron Zwarich
2011-01-20
1
-1
/
+0
*
There is no point in verifying an analysis that is never updated.
Cameron Zwarich
2011-01-18
1
-2
/
+0
*
Remove some now-unused DominanceFrontier methods.
Cameron Zwarich
2011-01-18
1
-27
/
+0
*
Remove outdated references to dominance frontiers.
Cameron Zwarich
2011-01-18
2
-2
/
+2
*
Trailing whitespace.
Jim Grosbach
2011-01-17
1
-17
/
+17
*
Roll r123609 back in with two changes that fix test failures with expensive
Cameron Zwarich
2011-01-17
1
-2
/
+1
*
Revert rr123550. It causes clang build failure on darwin9.
Devang Patel
2011-01-17
1
-12
/
+22
*
Add some platform checks. Also fix a typo on a Makefile.
Oscar Fuentes
2011-01-17
1
-11
/
+11
*
Remove useless Tag enumeration.
Jay Foad
2011-01-17
1
-10
/
+5
*
Roll out r123609 due to failures on the llvm-x86_64-linux-checks bot.
Cameron Zwarich
2011-01-17
1
-1
/
+2
*
Eliminate the use of dominance frontiers in PromoteMemToReg. In addition to
Cameron Zwarich
2011-01-17
1
-2
/
+1
*
UnRevert "Revert "Archive: Replace all internal uses of PathV1 with PathV2. T...
Michael J. Spencer
2011-01-16
1
-2
/
+3
*
Simplify the construction and destruction of Uses. Simplify
Jay Foad
2011-01-16
2
-11
/
+11
*
Remove unnecessary specialization OperandTraits<User>.
Jay Foad
2011-01-16
1
-22
/
+0
*
Move the implementation of the User class into a new source file,
Jay Foad
2011-01-16
1
-0
/
+9
*
Revert "Archive: Replace all internal uses of PathV1 with PathV2. The externa...
Michael J. Spencer
2011-01-16
1
-3
/
+2
*
remove the partial specialization pass. It is unmaintained and has bugs.
Chris Lattner
2011-01-16
4
-11
/
+2
*
Archive: Fix spelling.
Michael J. Spencer
2011-01-15
1
-3
/
+3
*
Archive: Replace all internal uses of PathV1 with PathV2. The external API st...
Michael J. Spencer
2011-01-15
1
-2
/
+3
*
Support/GraphWriter: Replace all internal uses of PathV1 with PathV2. The ext...
Michael J. Spencer
2011-01-15
1
-22
/
+12
*
Support/PathV2: Add identify_magic.
Michael J. Spencer
2011-01-15
1
-0
/
+9
*
Support/PathV2: Implement get_magic.
Michael J. Spencer
2011-01-15
1
-3
/
+5
*
Make config.h.cmake similar to config.h.in
Oscar Fuentes
2011-01-15
1
-65
/
+89
*
Teach LazyValueInfo that allocas aren't NULL. Over all of llvm-test, this saves
Nick Lewycky
2011-01-15
1
-0
/
+4
*
fix typo
Chris Lattner
2011-01-15
1
-1
/
+1
*
Fix m_Not and m_Neg to not match random ConstantInt's. Before
Chris Lattner
2011-01-15
1
-4
/
+0
*
Generalize LoadAndStorePromoter a bit and switch LICM
Chris Lattner
2011-01-15
1
-3
/
+20
*
Add a possibility to switch between CFI directives- and table-based frame des...
Anton Korobeynikov
2011-01-14
1
-1
/
+9
*
Add CFI directives-based frame information emission. Not hooked yet.
Anton Korobeynikov
2011-01-14
1
-1
/
+1
*
Add a new LoadAndStorePromoter class, which implements the general
Chris Lattner
2011-01-14
1
-0
/
+32
*
OperandTraits<>::Layout isn't used for anything. Remove it.
Jay Foad
2011-01-14
2
-14
/
+0
*
Reorder macros on config.h.cmake to easily compare it against
Oscar Fuentes
2011-01-14
1
-54
/
+77
*
switch the second scalarrepl pass to use SSAUpdater. We run two scalarrepl p...
Chris Lattner
2011-01-14
1
-1
/
+2
*
split SROA into two passes: one that uses DomFrontiers (-scalarrepl)
Chris Lattner
2011-01-14
2
-2
/
+4
*
Remove casts between Value** and Constant**, which won't work if a
Jay Foad
2011-01-14
2
-2
/
+15
*
Completed :lower16: / :upper16: support for movw / movt pairs on Darwin.
Evan Cheng
2011-01-14
1
-1
/
+4
*
Rather than doing early instcombine, try doing early CSE instead. This shoul...
Owen Anderson
2011-01-14
1
-1
/
+1
*
Move some shift transforms out of instcombine and into InstructionSimplify.
Duncan Sands
2011-01-14
1
-4
/
+19
*
Don't bother conditionalizing the use of SROA in -O1 mode. We're already run...
Owen Anderson
2011-01-14
1
-4
/
+1
*
Add single entry / single exit accessors.
Tobias Grosser
2011-01-13
1
-0
/
+14
*
Teach frame lowering to ignore debug values after the terminators.
Jakob Stoklund Olesen
2011-01-13
1
-0
/
+4
*
Add some platform tests.
Oscar Fuentes
2011-01-13
1
-7
/
+7
*
Platform tests for argz_* functions.
Oscar Fuentes
2011-01-13
1
-5
/
+5
*
Model :upper16: and :lower16: as ARM specific MCTargetExpr. This is a step
Evan Cheng
2011-01-13
1
-3
/
+1
*
Support/Path: Deprecate PathV1::IsSymlink and replace all uses with PathV2::i...
Michael J. Spencer
2011-01-12
1
-1
/
+2
*
Annotate VirtRegRewriter debug output with slot indexes.
Jakob Stoklund Olesen
2011-01-12
1
-0
/
+4
*
Assert if anybody tries to put a slot index on a DBG_VALUE instruction.
Jakob Stoklund Olesen
2011-01-12
1
-0
/
+3
*
Put the Dominator improvements back in. They were not the cause of bootstrap ...
Jakob Stoklund Olesen
2011-01-11
2
-88
/
+41
[next]