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
...
*
CMake: Updated lib/Target/PIC16/CMakeLists.txt.
Oscar Fuentes
2009-05-06
1
-0
/
+1
*
Use X86AddrNumOperands instead of magic constant one
Dale Johannesen
2009-05-06
1
-1
/
+2
*
Do not use register as base ptr of pre- and post- inc/dec load / store nodes.
Evan Cheng
2009-05-06
1
-1
/
+4
*
Unbreak the build.
Evan Cheng
2009-05-06
1
-1
/
+1
*
Make sure to use signed arithmetic in APInt to fix a regression.
David Greene
2009-05-06
1
-2
/
+3
*
Simplify code by using SmallVector's pop_back_val() instead of
Dan Gohman
2009-05-06
4
-12
/
+6
*
CMake: Updated lib/CodeGen/CMakeLists.txt.
Oscar Fuentes
2009-05-06
1
-1
/
+1
*
OCaml parameter attribute bindings from PR2752.
Duncan Sands
2009-05-06
1
-0
/
+14
*
Add generic expansion of SUB when ADD and XOR
Duncan Sands
2009-05-06
1
-8
/
+12
*
Fix PR3754: don't mark functions that wrap MallocInst with
Duncan Sands
2009-05-06
1
-0
/
+5
*
Emit banksel and movlp instructions.
Sanjiv Gupta
2009-05-06
12
-142
/
+586
*
Allow readonly functions to unwind exceptions. Teach
Duncan Sands
2009-05-06
10
-21
/
+24
*
Renamed Spiller classes (plus uses and related files) to VirtRegRewriter.
Lang Hames
2009-05-06
6
-2244
/
+2206
*
Fix a copy+pasto in a comment.
Dan Gohman
2009-05-05
1
-1
/
+1
*
Delete a FIXME which is no longer relevant, and add a FIXME that is.
Dan Gohman
2009-05-05
1
-2
/
+3
*
Quotes should be printed before private prefix; some code clean up.
Evan Cheng
2009-05-05
1
-50
/
+68
*
Add dump method to DIDescriptor.
Bill Wendling
2009-05-05
1
-1
/
+5
*
If a MachineBasicBlock has multiple ways of reaching another block,
Dan Gohman
2009-05-05
2
-9
/
+5
*
Temporarily reverting r71008. It was causing this failure:
Bill Wendling
2009-05-05
1
-3
/
+2
*
Enable stack coloring with regs at -O3.
Evan Cheng
2009-05-05
2
-10
/
+22
*
Handle overflow of 64-bit loop conditions.
David Greene
2009-05-05
1
-2
/
+3
*
Add basic support for code generation of
Chris Lattner
2009-05-05
2
-0
/
+17
*
Revert part of 70929 that has to do with determining whether a SIB byte is ne...
Evan Cheng
2009-05-05
2
-3
/
+3
*
Do not require variable debug info nodes to have a compile unit.
Chris Lattner
2009-05-05
2
-22
/
+25
*
Do not substitute if the new register isn't in the register class of the oper...
Evan Cheng
2009-05-05
1
-0
/
+14
*
Move getInstrOperandRegClass from the scheduler to TargetInstrInfo.
Evan Cheng
2009-05-05
3
-26
/
+13
*
Do forward and backward substitution to eliminate loads and stores when possi...
Evan Cheng
2009-05-04
1
-13
/
+127
*
- Avoid the longer SIB encoding on x86_64 when it's not needed.
Evan Cheng
2009-05-04
2
-9
/
+24
*
Re-apply 70645, converting ScalarEvolution to use
Dan Gohman
2009-05-04
6
-132
/
+124
*
Fix an 80-column violation.
Dan Gohman
2009-05-04
1
-1
/
+2
*
Fix doxygen comment syntax.
Dan Gohman
2009-05-04
1
-1
/
+1
*
Make DBG_STOPPOINT nodes, and therefore DBG_LABEL labels, get a DebugLoc, so ...
Chris Lattner
2009-05-04
2
-6
/
+8
*
Constify a bunch of SCEV-using code.
Dan Gohman
2009-05-04
2
-63
/
+65
*
X86FastISel doesn't support the -tailcallopt ABI.
Dan Gohman
2009-05-04
1
-0
/
+6
*
Restore a comment.
Argyrios Kyrtzidis
2009-05-04
1
-0
/
+2
*
Fix code emission for conditional branches.
Anton Korobeynikov
2009-05-04
1
-2
/
+2
*
Restore minor deletion.
Mike Stump
2009-05-04
12
-208
/
+255
*
Typo.
Evan Cheng
2009-05-03
1
-1
/
+1
*
In some rare cases, the register allocator can spill registers but end up not...
Evan Cheng
2009-05-03
8
-144
/
+427
*
Handle implicit zext in a better way. Shamelessly stolen from x86 backend.
Anton Korobeynikov
2009-05-03
1
-0
/
+16
*
Fix typo
Anton Korobeynikov
2009-05-03
1
-1
/
+1
*
Update due to mainline API change
Anton Korobeynikov
2009-05-03
5
-19
/
+29
*
Add TODO list :)
Anton Korobeynikov
2009-05-03
1
-0
/
+42
*
Make handling of conditional stuff much more straightforward
Anton Korobeynikov
2009-05-03
3
-95
/
+60
*
Temporary disable imm patterns for cmp. Actually, all cmp-related stuff (sele...
Anton Korobeynikov
2009-05-03
1
-18
/
+82
*
Expand divisions into libcalls
Anton Korobeynikov
2009-05-03
1
-0
/
+5
*
Properly handle sdiv / udiv / srem / urem libcalls
Anton Korobeynikov
2009-05-03
2
-7
/
+15
*
Custom lower SIGN_EXTEND
Anton Korobeynikov
2009-05-03
2
-0
/
+16
*
Some eye-candy
Anton Korobeynikov
2009-05-03
3
-10
/
+11
*
Print function header / footer
Anton Korobeynikov
2009-05-03
1
-0
/
+45
[prev]
[next]