index
:
external_llvm.git
replicant-6.0
Android's llvm
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
lib
Commit message (
Expand
)
Author
Age
Files
Lines
*
Make -save-temps behave like in GCC 4.5.
Mikhail Glushenkov
2009-06-25
3
-14
/
+6
*
Privatize this map.
Owen Anderson
2009-06-25
2
-6
/
+5
*
Guard dynamic library loading.
Owen Anderson
2009-06-25
2
-13
/
+36
*
Added floating point conditional operations support via libcalls.
Sanjiv Gupta
2009-06-25
1
-0
/
+29
*
simplify shouldPrintPLT
Chris Lattner
2009-06-25
1
-4
/
+8
*
Test commit
David Goodwin
2009-06-25
1
-1
/
+1
*
Use target-specific machine operand flags to eliminate a gross hack
Chris Lattner
2009-06-25
3
-39
/
+29
*
just eliminate the code entirely!
Chris Lattner
2009-06-25
1
-2
/
+1
*
Provide guards for this shared structure. I'm not sure this actually needs
Owen Anderson
2009-06-25
1
-3
/
+8
*
Privatize some more debug-related static data.
Owen Anderson
2009-06-25
1
-2
/
+2
*
Use a more correct atomic increment style. This isn't really necessary in
Owen Anderson
2009-06-25
1
-2
/
+2
*
Revert 74164. We'll want to use this method later.
Bob Wilson
2009-06-25
1
-0
/
+1
*
Identify unconditional gotos and generate a page sel instructions before them.
Sanjiv Gupta
2009-06-25
1
-4
/
+6
*
Support Constant Pool Sections
Bruno Cardoso Lopes
2009-06-25
5
-11
/
+111
*
Remove unused hasV6T2Ops method. We already have a separate feature to
Bob Wilson
2009-06-25
1
-1
/
+0
*
Add missing dependencies to the CMake build system.
Douglas Gregor
2009-06-25
8
-0
/
+8
*
add file to cmake
Chris Lattner
2009-06-25
1
-0
/
+1
*
Change thumb2 instruction definitions so if-converter so add predicate operan...
Evan Cheng
2009-06-25
2
-110
/
+139
*
Add a JITEventListener interface that gets called back when a new function is
Jeffrey Yasskin
2009-06-25
4
-163
/
+248
*
Add thumb2 add sp.
Evan Cheng
2009-06-25
1
-0
/
+15
*
fix comments to be correct.
Chris Lattner
2009-06-25
1
-2
/
+2
*
Some reorg and additional comments.
Evan Cheng
2009-06-25
1
-9
/
+18
*
No need to code gen MDNodes
Devang Patel
2009-06-25
8
-0
/
+24
*
My guess is that RegInfo should only call the Allocator.Deallocator if it's not
Bill Wendling
2009-06-25
1
-7
/
+10
*
Reword a few comments.
Dan Gohman
2009-06-25
1
-17
/
+17
*
Now with EVEN FEWER statics!
Owen Anderson
2009-06-25
1
-28
/
+0
*
Add Thumb2 pc relative add.
Evan Cheng
2009-06-24
2
-1
/
+34
*
Fewer static variables, part 3 of many.
Owen Anderson
2009-06-24
1
-2
/
+2
*
80 col violation.
Evan Cheng
2009-06-24
1
-1
/
+2
*
Down with _even more_ statics!
Owen Anderson
2009-06-24
2
-2
/
+5
*
Down with statics!
Owen Anderson
2009-06-24
1
-2
/
+4
*
Add constructor to create MDString using std::string
Devang Patel
2009-06-24
1
-0
/
+11
*
Move local statics to per-instance variables.
Owen Anderson
2009-06-24
1
-9
/
+4
*
Make this thread-safe.
Owen Anderson
2009-06-24
1
-1
/
+3
*
Get rid of a static boolean.
Owen Anderson
2009-06-24
1
-2
/
+2
*
Scaffolding for LDA pass.
Andreas Bolka
2009-06-24
2
-0
/
+48
*
Fix the Ocaml bindings for the ExecutionEngine: with the change to build
Bob Wilson
2009-06-24
2
-7
/
+2
*
Completed basic intra block split implementation.
Lang Hames
2009-06-24
1
-43
/
+114
*
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
3
-3
/
+3
*
Sketch streamer support for .align, .org functionality.
Daniel Dunbar
2009-06-24
1
-0
/
+37
*
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
4
-35
/
+14
*
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
7
-132
/
+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
[next]