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
*
Fix PR3274: when promoting the condition of a BRCOND node,
Duncan Sands
2009-01-01
19
-117
/
+144
*
Fix comment.
Bill Wendling
2009-01-01
1
-1
/
+1
*
Add transformation:
Bill Wendling
2009-01-01
1
-1
/
+32
*
Look through phi nodes and select instructions when
Duncan Sands
2008-12-31
1
-3
/
+8
*
Don't analyze arguments already marked 'nocapture'.
Duncan Sands
2008-12-31
2
-1
/
+9
*
Rename AddReadAttrs to FunctionAttrs, and teach it how
Duncan Sands
2008-12-31
2
-13
/
+127
*
Get live interval reconstruction several steps closer to working.
Owen Anderson
2008-12-31
1
-66
/
+86
*
add a note
Chris Lattner
2008-12-31
1
-0
/
+9
*
- Start moving target-dependent nodes that could be represented by an
Scott Michel
2008-12-30
10
-614
/
+608
*
Linux wants the FDE initial location and address range to be forced to 32-bit.
Bill Wendling
2008-12-29
3
-2
/
+6
*
The FDE initial location and address range data should be free to be 64-bit
Bill Wendling
2008-12-29
1
-2
/
+2
*
Make stripPointerCasts and getUnderlyingObject
Duncan Sands
2008-12-29
1
-26
/
+39
*
Experiments show that looking through phi nodes
Duncan Sands
2008-12-29
1
-0
/
+2
*
Fixed spelling, removed trailing whitespace.
Misha Brukman
2008-12-29
1
-2
/
+2
*
Allow readnone functions to read (and write!) global
Duncan Sands
2008-12-29
1
-4
/
+19
*
Add braces, as suggested by a gcc warning.
Duncan Sands
2008-12-29
1
-4
/
+6
*
- Various '#if 0' cleanups.
Scott Michel
2008-12-29
3
-156
/
+174
*
Teach LeaglizeDAG that i64 mul can be a libcall.
Scott Michel
2008-12-29
1
-0
/
+2
*
select constant exprs should have the same constraints as select instructions,
Chris Lattner
2008-12-29
1
-3
/
+1
*
move select validation logic into a shared place where the select ctor,
Chris Lattner
2008-12-29
2
-17
/
+31
*
Fix up kill/dead marking in the new live interval reconstruction code.
Owen Anderson
2008-12-28
1
-6
/
+18
*
Add prototype code for recomputing a live interval's ranges and valnos throug...
Owen Anderson
2008-12-28
1
-1
/
+260
*
Check that the function prototypes are correct before assuming that the
Nick Lewycky
2008-12-27
1
-18
/
+28
*
- Remove Tilmann's custom truncate lowering: it completely hosed over
Scott Michel
2008-12-27
12
-628
/
+1148
*
Add a simple pattern for matching 'bt'.
Chris Lattner
2008-12-25
1
-10
/
+46
*
Fix some JIT encodings.
Chris Lattner
2008-12-25
2
-10
/
+10
*
BT memory operands load from their address operand.
Chris Lattner
2008-12-25
2
-3
/
+3
*
translateX86CC can never fail. Simplify it based on this.
Chris Lattner
2008-12-24
1
-42
/
+30
*
Darwin likes for the EH frame to be non-local.
Bill Wendling
2008-12-24
3
-4
/
+18
*
GCC doesn't emit DW_EH_PE_sdata4 for the FDE encoding on Darwin. I'm not sure
Bill Wendling
2008-12-24
3
-4
/
+18
*
Fix a compiler-abort on a testcase where the stack-pointer is added to
Dan Gohman
2008-12-24
1
-6
/
+13
*
indentation
Chris Lattner
2008-12-24
1
-9
/
+8
*
Change comments so everybody can understand them, hopefully.
Dale Johannesen
2008-12-23
1
-2
/
+2
*
simplify some control flow and reduce indentation, no functionality change.
Chris Lattner
2008-12-23
1
-63
/
+46
*
Revert 61362 and 61402 until SPEC breakage is fixed.
Dale Johannesen
2008-12-23
1
-135
/
+43
*
This fixes the bug in 175.vpr. It doesn't fix the
Dale Johannesen
2008-12-23
1
-2
/
+9
*
Add another permutation where we should get rid of a-a.
Dale Johannesen
2008-12-23
1
-4
/
+11
*
Add instruction patterns and encodings for the x86 bt instructions.
Dan Gohman
2008-12-23
4
-0
/
+42
*
Restore debug printing
Anton Korobeynikov
2008-12-23
1
-23
/
+26
*
Sometimes APInt syntax is really ugly... :(
Anton Korobeynikov
2008-12-23
1
-10
/
+21
*
Indent stuff properly
Anton Korobeynikov
2008-12-23
1
-25
/
+25
*
Initial checkin of APInt'ififcation of switch lowering
Anton Korobeynikov
2008-12-23
2
-127
/
+126
*
Silence unused variable warnings.
Devang Patel
2008-12-23
2
-0
/
+7
*
Fix typo.
Devang Patel
2008-12-23
1
-1
/
+2
*
Silience unused warnings.
Devang Patel
2008-12-23
2
-0
/
+4
*
Clean up the atomic opcodes in SelectionDAG.
Dan Gohman
2008-12-23
6
-574
/
+166
*
add some notes for simplifylibcalls optimizations
Chris Lattner
2008-12-23
1
-0
/
+25
*
Tweak --version to include the date and time.
Steve Naroff
2008-12-23
1
-0
/
+1
*
Rename BuildSchedUnits to BuildSchedGraph, and refactor the
Dan Gohman
2008-12-23
6
-14
/
+24
*
Use isTerminator() instead of isBranch()||isReturn() in
Dan Gohman
2008-12-23
3
-5
/
+4
[next]