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
*
Minor reorg.
Evan Cheng
2009-06-23
1
-17
/
+18
*
Replace isTwoAddress with operand constraint.
Evan Cheng
2009-06-23
1
-1
/
+1
*
Use a default alignment for data and bss sections.
Bruno Cardoso Lopes
2009-06-23
2
-19
/
+25
*
get a definition of strull on windows, thanks to Howard Su.
Chris Lattner
2009-06-23
1
-0
/
+1
*
Guard the layout info object.
Owen Anderson
2009-06-23
1
-0
/
+5
*
Guard the plugin loader.
Owen Anderson
2009-06-23
1
-0
/
+5
*
Add guards around timer groups, which can be shared.
Owen Anderson
2009-06-22
2
-10
/
+19
*
Fix a bug in the trip-count computation with And/Or. If either of the
Dan Gohman
2009-06-22
2
-8
/
+154
*
Add support for ARM's Advanced SIMD (NEON) instruction set.
Bob Wilson
2009-06-22
102
-125
/
+10300
*
Guard the statistics table.
Owen Anderson
2009-06-22
1
-1
/
+3
*
Guard the global annotation tables.
Owen Anderson
2009-06-22
1
-13
/
+25
*
Add locking around the external function lookup table for the interpreter.
Owen Anderson
2009-06-22
1
-1
/
+12
*
Remove unneeded #include.
Owen Anderson
2009-06-22
1
-1
/
+0
*
Fix a few minor issues that were exposed by the removal of SCEVHandle.
Dan Gohman
2009-06-22
2
-2
/
+1
*
Add explicit types for shift count constants. This is in preparation for
Bob Wilson
2009-06-22
2
-45
/
+52
*
Fix llvm::ComputeNumSignBits to handle pointer types
Dan Gohman
2009-06-22
2
-1
/
+225
*
Remove the parent pointer from SCEV, since it did not end up being needed.
Owen Anderson
2009-06-22
3
-74
/
+49
*
SCEVHandle is no more!
Owen Anderson
2009-06-22
12
-641
/
+568
*
Use thumb2 for ARM architectures V6T2 and later. Fix a bug in checking
Bob Wilson
2009-06-22
1
-4
/
+8
*
Fix some typos that Duncan noticed.
Dan Gohman
2009-06-22
1
-2
/
+2
*
It's coalescer, not coaleser.
Evan Cheng
2009-06-22
1
-0
/
+0
*
For Darwin on ARMv6 and newer, make register r9 available for use as a
Bob Wilson
2009-06-22
5
-20
/
+91
*
Fix memcpy expansion so it won't generate invalid
Dale Johannesen
2009-06-22
1
-6
/
+25
*
Fix another register coalescer crash: forgot to check if the instruction bein...
Evan Cheng
2009-06-22
2
-3
/
+50
*
Use different functions to emit the string and symbol tables.
Bruno Cardoso Lopes
2009-06-22
2
-7
/
+17
*
Add more methods to gather target specific elf stuff
Bruno Cardoso Lopes
2009-06-22
8
-155
/
+418
*
hasFP should return true if frame address is taken.
Evan Cheng
2009-06-22
2
-1
/
+15
*
Banish global state from ScalarEvolution! SCEV uniquing is now done by table...
Owen Anderson
2009-06-22
3
-89
/
+79
*
Recognize and handle ARM v7 target triples for Darwin.
Bob Wilson
2009-06-22
1
-0
/
+5
*
Fix llvm-gcc build for armv6t2 and later architectures. The hasV6T2Ops
Bob Wilson
2009-06-22
1
-9
/
+10
*
Make use of getUMinFromMismatchedTypes when computing backedge-taken
Dan Gohman
2009-06-22
1
-14
/
+14
*
Add a getUMinFromMismatchedTypes helper function.
Dan Gohman
2009-06-22
2
-0
/
+22
*
Include cstdio to get EOF, needed with gcc-4.4.
Duncan Sands
2009-06-22
1
-1
/
+2
*
process memory operands with a parenthesized expression for a displacement,
Chris Lattner
2009-06-22
1
-2
/
+12
*
Implement full support for parsing primary expressions. We can now parse
Chris Lattner
2009-06-22
5
-5
/
+42
*
implement parser support for '*' operands, as in "call *%eax".
Chris Lattner
2009-06-22
1
-6
/
+13
*
implement memory operand parsing.
Chris Lattner
2009-06-22
2
-14
/
+132
*
Testcase for (llvm-gcc) 73873. Usually
Dale Johannesen
2009-06-22
1
-0
/
+32
*
Factor out code for computing umin and smin for SCEV expressions into
Dan Gohman
2009-06-22
2
-7
/
+16
*
start implementing some simple operand parsing.
Chris Lattner
2009-06-22
2
-15
/
+121
*
Teach ScalarEvolution how to analyze loops with multiple exit
Dan Gohman
2009-06-22
3
-27
/
+300
*
Delete an unused variable.
Dan Gohman
2009-06-22
1
-1
/
+0
*
Fix this code to correctly handle loops with multiple exits. Until
Dan Gohman
2009-06-22
1
-4
/
+4
*
Rename a variable for consistency with the ExitBlock vs ExitingBlock
Dan Gohman
2009-06-21
1
-6
/
+6
*
Fix ScalarEvolution's backedge-taken count computations to check for
Dan Gohman
2009-06-21
5
-11
/
+51
*
rename SourceMgr::PrintError to PrintMessage.
Chris Lattner
2009-06-21
9
-28
/
+32
*
set up the top-level parsing loop.
Chris Lattner
2009-06-21
3
-0
/
+59
*
stub out parser for asm files. Change invariant on lexer to always
Chris Lattner
2009-06-21
5
-14
/
+102
*
add string literals.
Chris Lattner
2009-06-21
3
-2
/
+35
*
hopefully fix the build on linux.
Chris Lattner
2009-06-21
1
-0
/
+1
[next]