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
/
lib
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
fix typo
Chris Lattner
2011-01-15
1
-1
/
+1
*
Catch ~x < cst just like ~x < ~y, we currently handle this through
Chris Lattner
2011-01-15
1
-4
/
+8
*
reduce indentation
Chris Lattner
2011-01-15
1
-29
/
+29
*
80-col.
Eric Christopher
2011-01-15
1
-2
/
+4
*
Generalize LoadAndStorePromoter a bit and switch LICM
Chris Lattner
2011-01-15
3
-190
/
+111
*
Fix a comment.
Bob Wilson
2011-01-15
1
-2
/
+2
*
Fix 80-cols.
Eric Christopher
2011-01-14
1
-7
/
+14
*
Update CMake build.
Ted Kremenek
2011-01-14
1
-0
/
+2
*
'HiReg' is written but never read. Nuke its
Ted Kremenek
2011-01-14
1
-5
/
+5
*
Fix a false-positive warning.
Owen Anderson
2011-01-14
1
-1
/
+3
*
Delete an assignment to ThisBB which isn't needed, and tidy up some
Dan Gohman
2011-01-14
1
-4
/
+6
*
Enhance GlobalOpt to be able evaluate initializers that involve stores through
Owen Anderson
2011-01-14
1
-2
/
+49
*
Add a possibility to switch between CFI directives- and table-based frame des...
Anton Korobeynikov
2011-01-14
7
-17
/
+23
*
Cleanup
Anton Korobeynikov
2011-01-14
1
-6
/
+1
*
Add CFI directives-based frame information emission. Not hooked yet.
Anton Korobeynikov
2011-01-14
3
-0
/
+209
*
Split stuff as a preparation for CFI directives-based frame information emission
Anton Korobeynikov
2011-01-14
4
-356
/
+440
*
Use common style for .cfi directives
Anton Korobeynikov
2011-01-14
1
-7
/
+7
*
Support for precise scheduling of the instruction selection DAG,
Andrew Trick
2011-01-14
1
-537
/
+663
*
switch SRoA to use LoadAndStorePromoter instead of its own copy of the code.
Chris Lattner
2011-01-14
1
-136
/
+26
*
Add a new LoadAndStorePromoter class, which implements the general
Chris Lattner
2011-01-14
1
-0
/
+154
*
Turn X-(X-Y) into Y. According to my auto-simplifier this is the most common
Duncan Sands
2011-01-14
1
-1
/
+15
*
Factorize common code out of the InstructionSimplify shift logic. Add in
Duncan Sands
2011-01-14
1
-62
/
+38
*
split SROA into two passes: one that uses DomFrontiers (-scalarrepl)
Chris Lattner
2011-01-14
2
-27
/
+57
*
Remove casts between Value** and Constant**, which won't work if a
Jay Foad
2011-01-14
4
-31
/
+67
*
Implement full support for promoting allocas to registers using SSAUpdater
Chris Lattner
2011-01-14
1
-5
/
+162
*
Try for the third time to teach getFirstTerminator() about debug values.
Jakob Stoklund Olesen
2011-01-14
2
-4
/
+11
*
revert my fastisel patch again which apparently still gives the
Chris Lattner
2011-01-14
1
-1
/
+1
*
reapply r123414 now that the botz are calmed down and the fix is already in.
Chris Lattner
2011-01-14
1
-1
/
+1
*
indentation
Chris Lattner
2011-01-14
1
-1
/
+1
*
Completed :lower16: / :upper16: support for movw / movt pairs on Darwin.
Evan Cheng
2011-01-14
5
-37
/
+212
*
Revert r123419. It still breaks llvm-gcc-i386-linux-selfhost.
Jakob Stoklund Olesen
2011-01-14
2
-24
/
+7
*
r123414 broke llvm-gcc bootstrap apparently, revert
Chris Lattner
2011-01-14
1
-1
/
+1
*
Set the insertion point correctly for instructions generated by load folding:
Chris Lattner
2011-01-14
1
-4
/
+4
*
Try again to teach getFirstTerminator() about debug values.
Jakob Stoklund Olesen
2011-01-14
2
-7
/
+24
*
Move some shift transforms out of instcombine and into InstructionSimplify.
Duncan Sands
2011-01-14
3
-28
/
+154
*
fix PR8961 - a fast isel miscompilation where we'd insert a new instruction
Chris Lattner
2011-01-14
1
-1
/
+1
*
Better terminator avoidance.
Jakob Stoklund Olesen
2011-01-13
1
-9
/
+3
*
Add comment about Thumb2 fixup comments being completely bogus.
Evan Cheng
2011-01-13
1
-1
/
+3
*
Add single entry / single exit accessors.
Tobias Grosser
2011-01-13
1
-23
/
+32
*
Recognize alternative register names like ip -> r12.
Owen Anderson
2011-01-13
1
-3
/
+14
*
Fix a few more places that should use MBB::getLastNonDebugInstr().
Jakob Stoklund Olesen
2011-01-13
3
-3
/
+3
*
typo
Chris Lattner
2011-01-13
1
-1
/
+1
*
memcpy + metadata = bliss :)
Chris Lattner
2011-01-13
1
-0
/
+48
*
Add support to the ARM MC infrastructure to support mcr and friends. This req...
Owen Anderson
2011-01-13
4
-29
/
+225
*
Relax an assertion. On archs like ARM, an immediate field may be scattered. S...
Evan Cheng
2011-01-13
1
-2
/
+6
*
Temporary workaround for an i386 crash in LiveDebugVariables.
Jakob Stoklund Olesen
2011-01-13
1
-1
/
+2
*
Teach frame lowering to ignore debug values after the terminators.
Jakob Stoklund Olesen
2011-01-13
13
-24
/
+38
*
Tidy comments, indentation, and 80-column violations.
Bob Wilson
2011-01-13
1
-37
/
+39
*
Fix whitespace.
Bob Wilson
2011-01-13
1
-120
/
+120
*
Fix ARMAsmParser::ParseOperand() to allow it to parse . as a branch target and
Kevin Enderby
2011-01-13
1
-2
/
+4
[prev]
[next]