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
*
llvm-mc/x86: Fix bug in disambiguation of displacement operand, introduced by me
Daniel Dunbar
2009-07-02
3
-1
/
+24
*
llvm-mc/x86: Factor out ParseX86Register.
Daniel Dunbar
2009-07-02
2
-13
/
+33
*
80 col violation.
Evan Cheng
2009-07-02
1
-1
/
+1
*
clarify: stub emission depends on the version of the linker you use, it has n...
Chris Lattner
2009-07-02
1
-5
/
+4
*
Factor out ARM indexed load matching code.
Evan Cheng
2009-07-02
1
-46
/
+57
*
Add debug info utility routines.
Devang Patel
2009-07-02
2
-0
/
+159
*
llvm-mc/x86: Rename X86Operand::ScaleReg to IndexReg and make order consistent
Daniel Dunbar
2009-07-02
1
-6
/
+6
*
Maintain the old LTO API, by using the global context.
Owen Anderson
2009-07-02
6
-29
/
+17
*
Simplify.
Devang Patel
2009-07-02
2
-17
/
+17
*
Fix a bunch of other places that used operator[] to test whether
Dan Gohman
2009-07-02
5
-17
/
+29
*
Add a C wrapper for accessing the global default context.
Owen Anderson
2009-07-02
2
-0
/
+5
*
fix ld error with -no-undefined switch, which is undefined on darwin8
John Mosby
2009-07-02
1
-2
/
+2
*
Simplify. No intentional functionality change.
Devang Patel
2009-07-02
1
-49
/
+36
*
Try again at converting the LLParser to use LLVMContext, without massive brea...
Owen Anderson
2009-07-01
2
-47
/
+55
*
Add a few methods that got left out earlier.
Owen Anderson
2009-07-01
2
-2
/
+20
*
Try to clarify a point about getting DominatorTree info from a module pass.
Daniel Dunbar
2009-07-01
1
-4
/
+9
*
Add darwin stub removal to wishlist.
Dale Johannesen
2009-07-01
1
-0
/
+11
*
Fix the LTO header for LLVMContext changes.
Owen Anderson
2009-07-01
1
-3
/
+5
*
Request LCSSA after LoopSimplify. This fixes a problem in which the
Dan Gohman
2009-07-01
1
-1
/
+1
*
Refactor. No functionality change.
Devang Patel
2009-07-01
1
-10
/
+4
*
Add a new addressing mode for NEON load/store instructions.
Bob Wilson
2009-07-01
7
-21
/
+82
*
Make the use of const with respect to LLVMContext sane. Hopefully this is th...
Owen Anderson
2009-07-01
29
-58
/
+58
*
Use find instead of operator[] to test whether an element is in a std::map.
Dan Gohman
2009-07-01
1
-2
/
+4
*
--- Reverse-merging (from foreign repository) r74648 into '.':
Bill Wendling
2009-07-01
4
-209
/
+183
*
Keep DIDescriptor methods together.
Devang Patel
2009-07-01
1
-123
/
+127
*
Fix a comment typo.
Bob Wilson
2009-07-01
1
-1
/
+1
*
Fix typo.
Owen Anderson
2009-07-01
1
-1
/
+1
*
Convert LLParser to use LLVMContext for creating constants.
Owen Anderson
2009-07-01
4
-184
/
+210
*
Use AA to check objects before LDA.
Andreas Bolka
2009-07-01
2
-15
/
+16
*
Fix an instcombine abort on a scalar-to-vector bitcast. This fixes PR4487.
Dan Gohman
2009-07-01
2
-1
/
+29
*
Tweak FindExecutable so that relative executable paths work as well.
Daniel Dunbar
2009-07-01
1
-2
/
+3
*
Add getMDNode() to access metadata node.
Devang Patel
2009-07-01
1
-0
/
+4
*
Fix up a comment: besides the >80col lines, the operation for this
Bob Wilson
2009-07-01
1
-6
/
+6
*
Hold the LLVMContext by reference rather than by pointer.
Owen Anderson
2009-07-01
55
-98
/
+107
*
Fix metadata unittests
Devang Patel
2009-07-01
1
-3
/
+15
*
new test case
Devang Patel
2009-07-01
1
-0
/
+3
*
Do not print stranded metadata.
Devang Patel
2009-07-01
1
-1
/
+2
*
Support stand alone metadata syntax.
Devang Patel
2009-07-01
4
-22
/
+119
*
Add machine operand for MDNodes. This will be used to communicate debug info.
Devang Patel
2009-07-01
2
-1
/
+19
*
llvm.dbg.declare is always used for local variable's debug info.
Devang Patel
2009-07-01
1
-4
/
+1
*
Update comments to make it clear that the function alignment is the Log2 of the
Bill Wendling
2009-07-01
23
-24
/
+24
*
Update configure and config.h.in from r74621.
Jeffrey Yasskin
2009-07-01
2
-1
/
+114
*
Fix unit tests for LLVMContext+Module.
Owen Anderson
2009-07-01
2
-4
/
+6
*
Add a portable strerror*() wrapper, llvm::sys::StrError(). This includes the
Jeffrey Yasskin
2009-07-01
8
-31
/
+121
*
Use correct format for LLVM header #includes.
Misha Brukman
2009-07-01
1
-1
/
+1
*
I give up on trying to use reader/writer locks for recursive type refinement....
Owen Anderson
2009-07-01
1
-71
/
+27
*
Add a pointer to the owning LLVMContext to Module. This requires threading L...
Owen Anderson
2009-07-01
60
-146
/
+277
*
Fix codegen for references to available_externally symbols. This fixes
Chris Lattner
2009-07-01
2
-5
/
+77
*
Try again at making this work on OpenBSD.
Owen Anderson
2009-07-01
1
-1
/
+1
*
Executables will be at InstallDir/bin directory. Std header files will be at ...
Sanjiv Gupta
2009-07-01
2
-11
/
+58
[next]