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
...
*
CMake build fixes, from Xerxes Ranby
Douglas Gregor
2009-07-02
10
-1
/
+19
*
shrinking down #includes
Bruno Cardoso Lopes
2009-07-02
5
-67
/
+63
*
Add an accessor to Function so that Passes can easily get access to the context.
Owen Anderson
2009-07-02
1
-0
/
+6
*
Use LLVMContext for generating MDStrings too.
Owen Anderson
2009-07-02
1
-1
/
+1
*
Use LLVMContext to generate metadata constants.
Owen Anderson
2009-07-02
1
-1
/
+1
*
Add accessors for metadata constants.
Owen Anderson
2009-07-02
1
-0
/
+9
*
Fix typo.
Devang Patel
2009-07-02
1
-5
/
+5
*
Add accessor for MDNode.
Owen Anderson
2009-07-02
1
-0
/
+6
*
Use LLVMContext for generating UndefValue constants too!
Owen Anderson
2009-07-02
2
-7
/
+9
*
Add accessor for getting UndefValue's.
Owen Anderson
2009-07-02
1
-0
/
+5
*
simplify some logic by using isWeakForLinker(). Thanks to Anton for
Chris Lattner
2009-07-02
1
-5
/
+2
*
do not try to analyze bitcasts from i64 to <2 x i32> in ComputedMaskedBits. ...
Chris Lattner
2009-07-02
1
-1
/
+4
*
fix inverted logic pointed out by John McCall, noticed by inspection.
Chris Lattner
2009-07-02
1
-1
/
+1
*
Fix windows build, patch by Howard Su.
Duncan Sands
2009-07-02
1
-2
/
+2
*
Thumb2 pre/post indexed loads.
Evan Cheng
2009-07-02
5
-34
/
+204
*
Ack, missed one incompatibility.
Owen Anderson
2009-07-02
1
-1
/
+0
*
Restore other bits of the C API that I tore up. All pre-existing APIs defaul...
Owen Anderson
2009-07-02
2
-3
/
+43
*
80 col violation.
Evan Cheng
2009-07-02
1
-2
/
+2
*
Change the meaning of predicate hasThumb2 to mean thumb2 ISA is available, no...
Evan Cheng
2009-07-02
4
-16
/
+17
*
@GOTPCREL is also rip-relative. Fix fast-isel to do the right thing.
Chris Lattner
2009-07-02
1
-1
/
+3
*
Fix yet-another bug I introduced into fastisel, this time handling
Chris Lattner
2009-07-02
1
-1
/
+3
*
Remove getFunctionAlignment from TargetELFInfo and use new MachineFunction al...
Bruno Cardoso Lopes
2009-07-02
4
-30
/
+5
*
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
1
-0
/
+111
*
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
3
-13
/
+22
*
Add a C wrapper for accessing the global default context.
Owen Anderson
2009-07-02
1
-0
/
+4
*
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
1
-1
/
+14
*
Add darwin stub removal to wishlist.
Dale Johannesen
2009-07-01
1
-0
/
+11
*
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
11
-19
/
+19
*
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
3
-116
/
+94
*
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
3
-95
/
+117
*
Use AA to check objects before LDA.
Andreas Bolka
2009-07-01
1
-15
/
+14
*
Fix an instcombine abort on a scalar-to-vector bitcast. This fixes PR4487.
Dan Gohman
2009-07-01
1
-1
/
+15
*
Tweak FindExecutable so that relative executable paths work as well.
Daniel Dunbar
2009-07-01
1
-2
/
+3
*
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
13
-23
/
+25
*
Fix metadata unittests
Devang Patel
2009-07-01
1
-3
/
+15
*
Do not print stranded metadata.
Devang Patel
2009-07-01
1
-1
/
+2
[prev]
[next]