index
:
llvm
master
release_1
release_16
release_20
release_21
release_22
release_23
release_24
release_25
release_26
release_27
release_28
release_29
release_30
release_31
release_32
release_33
stable
svn-tags/RELEASE_1
svn-tags/RELEASE_20
svn-tags/RELEASE_21
svn-tags/RELEASE_22
svn-tags/RELEASE_23
svn-tags/RELEASE_24
svn-tags/RELEASE_25
svn-tags/RELEASE_26
svn-tags/RELEASE_27
svn-tags/RELEASE_28
svn-tags/RELEASE_29
svn-tags/RELEASE_30
svn-tags/RELEASE_31
svn-tags/RELEASE_32
testing
http://llvm.org
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
CodeGen
Age
Commit message (
Expand
)
Author
2009-02-27
It is possible that subprgoram definition is only encoding return value direc...
Devang Patel
2009-02-27
Refactor TLS code and add some tests. The tests and expected results are:
Rafael Espindola
2009-02-27
MachineLICM CSE should match destination register classes; avoid hoisting imp...
Evan Cheng
2009-02-26
Enable stack slot coloring DCE. Evan's spiller fixes were needed before this...
Owen Anderson
2009-02-26
The last commit was overly conservative. It's ok to reuse value that's alread...
Evan Cheng
2009-02-26
If an available register falls through to a succ block, unset the last kill. ...
Evan Cheng
2009-02-25
Revert BuildVectorSDNode related patches: 65426, 65427, and 65296.
Evan Cheng
2009-02-25
Fix big-endian codegen bug. We're splitting up
Dale Johannesen
2009-02-25
Print variable's display name in dwarf DIE.
Devang Patel
2009-02-25
Clean up dwarf writer, part 1. This eliminated the horrible recursive getGlob...
Evan Cheng
2009-02-25
Expand tabs to spaces (overlooked in previous commit)
Scott Michel
2009-02-25
Remove all "cached" data from BuildVectorSDNode, preferring to retrieve
Scott Michel
2009-02-24
Overhaul my earlier submission due to feedback. It's a large patch, but most of
Bill Wendling
2009-02-24
Add a debugging option for SSC DCE.
Owen Anderson
2009-02-24
- Use the "Fast" flag instead of "OptimizeForSize" to determine whether to emit
Bill Wendling
2009-02-24
Fix a ValueTracking rule: RHS means operand 1, not 0. Add a simple
Dan Gohman
2009-02-24
gdb uses DW_AT_prototyped to identify K&R style in C based languages.
Devang Patel
2009-02-24
If there is not any debug info available for any global variables and any sub...
Devang Patel
2009-02-22
Introduce the BuildVectorSDNode class that encapsulates the ISD::BUILD_VECTOR
Scott Michel
2009-02-22
If a use operand is marked isKill, don't forget to add kill to its live inter...
Evan Cheng
2009-02-21
bug 3610: Floating point vaarg not softened.
Richard Pennington
2009-02-21
Drop bunch of half-working stuff in the ext_weak linkage support.
Anton Korobeynikov
2009-02-21
If two-address def is dead and the instruction does not define other register...
Evan Cheng
2009-02-20
Fix a bug that David Greene found in the DAGCombiner's logic
Dan Gohman
2009-02-20
- Early exit a nested block.
Bill Wendling
2009-02-20
Fix a crash in the pre-alloc splitter exposed by recent codegen changes.
Owen Anderson
2009-02-20
Add a quick pass to the stack slot colorer to eliminate some trivially redund...
Owen Anderson
2009-02-20
Add an accessor method to DwarfWriter to tell of debugging info should be emi...
Bill Wendling
2009-02-19
Temporarily revert r65065. It was causing test failures.
Bill Wendling
2009-02-19
Print out debug info when printing the machine instruction.
Bill Wendling
2009-02-19
Check for -fast here too.
Bill Wendling
2009-02-19
Generate these labels when we're in "fast" mode, not simply when we're no in
Bill Wendling
2009-02-18
The subprogram die may not exist while creating "default" scope.
Devang Patel
2009-02-18
Add support to the JIT for true non-lazy operation. When a call to a function
Nate Begeman
2009-02-18
Eliminate several more unnecessary intptr_t casts.
Dan Gohman
2009-02-17
The debugger sometimes lookup dynamically in the runtime to find ivar info of...
Devang Patel
2009-02-17
Remove trailing whitespace to reduce later commit patch noise.
Scott Michel
2009-02-17
Emit debug info for bitfields.
Devang Patel
2009-02-17
A couple of places where reused use operands should be marked kill. This is e...
Evan Cheng
2009-02-17
--- Merging (from foreign repository) r64714 into '.':
Bill Wendling
2009-02-15
Don't assume that a left-shift of a value with one bit set will have
Dan Gohman
2009-02-15
Fix PR3522. It's not safe to sink into landing pad BB's.
Evan Cheng
2009-02-14
Unbreak the build on win32.
Cedric Venet
2009-02-13
Revert this. It was breaking stuff.
Bill Wendling
2009-02-13
Turn off the old way of handling debug information in the code generator. Use
Bill Wendling
2009-02-12
Arrange to print constants that match "n" and "i" constraints
Dale Johannesen
2009-02-12
Adjust the sizes for a few SmallVectors to reflect their usage.
Dan Gohman
2009-02-12
make fast isel fall back to selectiondags for VLA llvm.declare intrinsics.
Chris Lattner
2009-02-12
It's (currently) not safe to keep certain physical registers live across basi...
Evan Cheng
2009-02-12
Oops. Last second clean up messed things up.
Evan Cheng
[next]