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
/
CodeGen
Commit message (
Expand
)
Author
Age
Files
Lines
*
Expand tabs to spaces (overlooked in previous commit)
Scott Michel
2009-02-25
1
-12
/
+12
*
Remove all "cached" data from BuildVectorSDNode, preferring to retrieve
Scott Michel
2009-02-25
1
-13
/
+8
*
Overhaul my earlier submission due to feedback. It's a large patch, but most of
Bill Wendling
2009-02-24
3
-4
/
+2
*
Add a debugging option for SSC DCE.
Owen Anderson
2009-02-24
1
-0
/
+5
*
- Use the "Fast" flag instead of "OptimizeForSize" to determine whether to emit
Bill Wendling
2009-02-24
4
-14
/
+15
*
Fix a ValueTracking rule: RHS means operand 1, not 0. Add a simple
Dan Gohman
2009-02-24
1
-1
/
+1
*
gdb uses DW_AT_prototyped to identify K&R style in C based languages.
Devang Patel
2009-02-24
1
-0
/
+5
*
If there is not any debug info available for any global variables and any sub...
Devang Patel
2009-02-24
1
-13
/
+26
*
Introduce the BuildVectorSDNode class that encapsulates the ISD::BUILD_VECTOR
Scott Michel
2009-02-22
7
-101
/
+220
*
If a use operand is marked isKill, don't forget to add kill to its live inter...
Evan Cheng
2009-02-22
1
-4
/
+6
*
bug 3610: Floating point vaarg not softened.
Richard Pennington
2009-02-21
2
-0
/
+18
*
Drop bunch of half-working stuff in the ext_weak linkage support.
Anton Korobeynikov
2009-02-21
1
-10
/
+0
*
If two-address def is dead and the instruction does not define other register...
Evan Cheng
2009-02-21
1
-0
/
+30
*
Fix a bug that David Greene found in the DAGCombiner's logic
Dan Gohman
2009-02-20
1
-2
/
+2
*
- Early exit a nested block.
Bill Wendling
2009-02-20
1
-23
/
+27
*
Fix a crash in the pre-alloc splitter exposed by recent codegen changes.
Owen Anderson
2009-02-20
1
-0
/
+6
*
Add a quick pass to the stack slot colorer to eliminate some trivially redund...
Owen Anderson
2009-02-20
1
-0
/
+62
*
Add an accessor method to DwarfWriter to tell of debugging info should be emi...
Bill Wendling
2009-02-20
1
-5
/
+11
*
Temporarily revert r65065. It was causing test failures.
Bill Wendling
2009-02-19
1
-1
/
+3
*
Print out debug info when printing the machine instruction.
Bill Wendling
2009-02-19
1
-0
/
+9
*
Check for -fast here too.
Bill Wendling
2009-02-19
1
-3
/
+1
*
Generate these labels when we're in "fast" mode, not simply when we're no in
Bill Wendling
2009-02-19
3
-11
/
+9
*
The subprogram die may not exist while creating "default" scope.
Devang Patel
2009-02-18
1
-1
/
+4
*
Add support to the JIT for true non-lazy operation. When a call to a function
Nate Begeman
2009-02-18
2
-0
/
+9
*
Eliminate several more unnecessary intptr_t casts.
Dan Gohman
2009-02-18
3
-4
/
+4
*
The debugger sometimes lookup dynamically in the runtime to find ivar info of...
Devang Patel
2009-02-17
1
-0
/
+6
*
Remove trailing whitespace to reduce later commit patch noise.
Scott Michel
2009-02-17
6
-1014
/
+1014
*
Emit debug info for bitfields.
Devang Patel
2009-02-17
1
-1
/
+18
*
A couple of places where reused use operands should be marked kill. This is e...
Evan Cheng
2009-02-17
1
-0
/
+11
*
--- Merging (from foreign repository) r64714 into '.':
Bill Wendling
2009-02-17
2
-24
/
+47
*
Don't assume that a left-shift of a value with one bit set will have
Dan Gohman
2009-02-15
1
-6
/
+23
*
Fix PR3522. It's not safe to sink into landing pad BB's.
Evan Cheng
2009-02-15
1
-0
/
+5
*
Unbreak the build on win32.
Cedric Venet
2009-02-14
1
-1
/
+2
*
Revert this. It was breaking stuff.
Bill Wendling
2009-02-13
4
-18
/
+104
*
Turn off the old way of handling debug information in the code generator. Use
Bill Wendling
2009-02-13
4
-104
/
+18
*
Arrange to print constants that match "n" and "i" constraints
Dale Johannesen
2009-02-12
1
-2
/
+5
*
Adjust the sizes for a few SmallVectors to reflect their usage.
Dan Gohman
2009-02-12
2
-3
/
+3
*
make fast isel fall back to selectiondags for VLA llvm.declare intrinsics.
Chris Lattner
2009-02-12
1
-2
/
+2
*
It's (currently) not safe to keep certain physical registers live across basi...
Evan Cheng
2009-02-12
1
-2
/
+12
*
Oops. Last second clean up messed things up.
Evan Cheng
2009-02-12
1
-2
/
+3
*
If availability info is kept when fallthrough into a bb, add the available re...
Evan Cheng
2009-02-12
1
-3
/
+21
*
Replace one of burr scheduling heuristic with something more sensible. Now ca...
Evan Cheng
2009-02-12
1
-18
/
+4
*
Apparently some MachineBasicBlock's don't have corresponding llvm basic blocks.
Evan Cheng
2009-02-11
1
-3
/
+7
*
Remove a bogus assertion. It's possible a live-in available value is used by ...
Evan Cheng
2009-02-11
1
-2
/
+0
*
Fix a comment.
Dan Gohman
2009-02-11
1
-2
/
+2
*
Don't use special heuristics for nodes with no data predecessors
Dan Gohman
2009-02-11
1
-8
/
+9
*
Delete the heuristic for non-livein CopyFromReg nodes. Non-liveinness
Dan Gohman
2009-02-11
1
-11
/
+0
*
Make a transformation added in 63266 a bit less aggressive.
Dale Johannesen
2009-02-11
1
-5
/
+9
*
Implement PR3495: local spiller optimization. The local spiller can now keep ...
Evan Cheng
2009-02-11
1
-91
/
+208
*
When scheduling a block in parts, keep track of the overall
Dan Gohman
2009-02-11
12
-47
/
+104
[next]