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
*
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
*
Avoid an unnecessary call to allnodes_size(), which is linear.
Dan Gohman
2008-12-23
1
-8
/
+11
*
Minor code simplifications.
Dan Gohman
2008-12-23
1
-6
/
+6
*
revert r61368.
Zhongxing Xu
2008-12-23
1
-1
/
+1
*
Remove dead code.
Zhongxing Xu
2008-12-23
1
-1
/
+1
*
Fixed code generation for v8i16 and v16i8 splats on X86.
Mon P Wang
2008-12-23
1
-3
/
+33
*
Fix the time regression I introduced in 464.h264ref with
Dale Johannesen
2008-12-23
1
-41
/
+126
*
One more permutation of subtracting off a base value.
Dale Johannesen
2008-12-23
1
-0
/
+6
*
Don't forget to remove phi nodes from the value numbering table after we coll...
Owen Anderson
2008-12-23
1
-0
/
+2
*
Make the fuse-failed debug output human-readable.
Dan Gohman
2008-12-23
1
-1
/
+1
*
Comment clean-ups. No functionality change.
Bill Wendling
2008-12-22
1
-5
/
+3
*
Check that the instruction isn't in the value numbering scope.
Bill Wendling
2008-12-22
1
-6
/
+22
*
Simplification: Negate the operator== method instead of implementing a full o...
Bill Wendling
2008-12-22
1
-24
/
+1
*
Add verification that deleted instruction isn't hiding in the PHI map.
Bill Wendling
2008-12-22
1
-4
/
+17
*
Verify removed in a few more places.
Bill Wendling
2008-12-22
1
-0
/
+2
*
Add verification functions to GVN which check to see that an instruction was
Bill Wendling
2008-12-22
1
-0
/
+18
*
Refactor a bunch of code out of AsmPrinter::EmitGlobalConstant into separate
Dan Gohman
2008-12-22
1
-182
/
+207
*
Optimize setDepthDirty and setHeightDirty a little, as they showed
Dan Gohman
2008-12-22
1
-10
/
+16
*
Turn strcmp into memcmp, such as strcmp(P, "x") --> memcmp(P, "x", 2).
Nick Lewycky
2008-12-21
1
-2
/
+30
*
Fix fast-isel to not emit invalid assembly when presented with a
Dan Gohman
2008-12-20
1
-1
/
+1
*
Remove redundant test for vector-nature. Scan the vector first to see whether
Nick Lewycky
2008-12-20
1
-4
/
+10
*
Use SmallVector's pop_back_val.
Dan Gohman
2008-12-20
1
-4
/
+2
*
Use the correct Preds and Succs lists in setHeightDirty()
Dan Gohman
2008-12-20
1
-4
/
+4
[next]