index
:
external_llvm.git
replicant-6.0
Android's llvm
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix the Ocaml bindings for the ExecutionEngine: with the change to build
Bob Wilson
2009-06-24
6
-15
/
+16
*
ReleaseNotes.External Projects += Unladen Swallow
Jeffrey Yasskin
2009-06-24
1
-0
/
+12
*
Completed basic intra block split implementation.
Lang Hames
2009-06-24
1
-43
/
+114
*
Update for DOTGraphTraits changes.
Owen Anderson
2009-06-24
1
-1
/
+2
*
unwind info not needed.
Chris Lattner
2009-06-24
1
-1
/
+1
*
move some functions, add a FIXME, use PrintPICBaseSymbol to print the
Chris Lattner
2009-06-24
1
-17
/
+25
*
This increases the maximum for MVT::LAST_VALUETYPE
David Greene
2009-06-24
5
-4
/
+14
*
Sketch streamer support for .align, .org functionality.
Daniel Dunbar
2009-06-24
3
-0
/
+110
*
reimplement getPICLabelString as PrintPICBaseSymbol to eliminate std::string ...
Chris Lattner
2009-06-24
2
-20
/
+31
*
sink management of DwarfWriter & MachineModuleInfo into the AsmPrinter base c...
Chris Lattner
2009-06-24
5
-38
/
+19
*
sink dwarf finalization out of each target into AsmPrinter::doFinalization
Chris Lattner
2009-06-24
6
-26
/
+4
*
eliminate the ExtWeakSymbols set from AsmPrinter. This eliminates
Chris Lattner
2009-06-24
8
-135
/
+47
*
only emit one .align for all the hidden gv stubs instead of one for each.
Chris Lattner
2009-06-24
1
-1
/
+1
*
inline print*Stub and rearrange function stub printing to more closely match
Chris Lattner
2009-06-24
2
-41
/
+31
*
remove dead code now that personality functions don't print stubs directly.
Chris Lattner
2009-06-24
1
-8
/
+1
*
remove now-dead argument.
Chris Lattner
2009-06-24
2
-6
/
+4
*
simplify personality function stub printing to use the mangler and
Chris Lattner
2009-06-24
1
-9
/
+9
*
remove dead argument
Chris Lattner
2009-06-24
2
-4
/
+3
*
Rearrange some stuff in MachineOperand and add a new TargetFlags field.
Chris Lattner
2009-06-24
2
-32
/
+47
*
Get rid of the global CFGOnly flag by threading a ShortNames parameters throu...
Owen Anderson
2009-06-24
8
-49
/
+57
*
Rewrite 73900 per Duncan's suggestion.
Dale Johannesen
2009-06-24
1
-19
/
+9
*
We decided to not worry about Atoms for now, it should be straightforward to
Daniel Dunbar
2009-06-24
7
-72
/
+33
*
MCStreamer: Add a few more "symbol attributes".
Daniel Dunbar
2009-06-24
2
-4
/
+25
*
MCStreamer: Test printing values.
Daniel Dunbar
2009-06-24
2
-1
/
+26
*
Minor whitespace cleanups.
Dan Gohman
2009-06-24
1
-16
/
+16
*
Simplify [su]max(MAX, n) to MAX. This comes up in loop tripcount
Dan Gohman
2009-06-24
3
-5
/
+76
*
When inserting code into a loop preheader, insert it before the
Dan Gohman
2009-06-24
2
-3
/
+67
*
Add new files to cmake list.
Duncan Sands
2009-06-24
1
-0
/
+2
*
Start sketching 2.6 release notes. This provides a
Duncan Sands
2009-06-24
1
-0
/
+754
*
Move thumb and thumb2 tests into separate directories.
Evan Cheng
2009-06-24
44
-54
/
+437
*
factor some code better.
Chris Lattner
2009-06-24
1
-13
/
+6
*
wire up support for MCContext/MCStreamer in -experimental-asm-printer mode.
Chris Lattner
2009-06-24
2
-0
/
+26
*
remove dead makefile flags.
Chris Lattner
2009-06-24
5
-8
/
+0
*
remove dead makefile flags.
Chris Lattner
2009-06-24
6
-6
/
+0
*
implement a bunch of synonyms for section switching.
Chris Lattner
2009-06-24
2
-4
/
+115
*
Delete some orphaned comments, fix some 80-column violations,
Dan Gohman
2009-06-24
1
-95
/
+80
*
Remove an obsolete comment and fix some 80-column violations.
Dan Gohman
2009-06-24
1
-8
/
+10
*
add support for parsing and emitting .section directives. We can now parse
Chris Lattner
2009-06-24
2
-1
/
+38
*
add trivial support for passing label definitions through the MCStreamer.
Chris Lattner
2009-06-24
6
-5
/
+34
*
Fixed a bug in LiveInterval scaling (failure to scale VNI defs correctly), re...
Lang Hames
2009-06-24
2
-6
/
+2
*
Fix support for inline asm input / output operand tying when operand spans ac...
Evan Cheng
2009-06-24
2
-11
/
+42
*
Add a testcase demoing some of ScalarEvolution's new trip count logic.
Dan Gohman
2009-06-24
1
-0
/
+37
*
Extend ScalarEvolution's multiple-exit support to compute exact
Dan Gohman
2009-06-24
6
-181
/
+191
*
Unbreak build on Linux by removing Darwinism.
Nick Lewycky
2009-06-24
1
-1
/
+1
*
Teach GetMinSignBits about SCEVAddExprs.
Dan Gohman
2009-06-24
1
-0
/
+32
*
Start MCAsmStreamer implementation.
Daniel Dunbar
2009-06-24
11
-9
/
+245
*
Revert this accidental commit.
Dan Gohman
2009-06-24
1
-1
/
+1
*
Move the special cases for constants out of getUnknown and into
Dan Gohman
2009-06-24
3
-17
/
+16
*
create an MCStreamer and provide it to AsmParser.
Chris Lattner
2009-06-24
4
-4
/
+13
*
stub out a trivial constructor method.
Chris Lattner
2009-06-24
1
-1
/
+1
[next]