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
Age
Commit message (
Expand
)
Author
2009-02-20
Just roll back the previous change to -mem2reg.
Zhou Sheng
2009-02-20
patch to update the line number information in pass -mem2reg.
Zhou Sheng
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
Implement "superhero" strength reduction, or full strength
Dan Gohman
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-19
Use DEBUG() instead of passing *DOUT to WriteAsOperand,
Dan Gohman
2009-02-19
Make the debug output of LSR less cryptic and more informative.
Dan Gohman
2009-02-19
If an executable is run through a symlink, dladdr will return the
Chris Lattner
2009-02-19
Fix the logic in this assertion to properly validate the number
Dan Gohman
2009-02-19
Reapply r57340. VMKit does not presently rely on materializeFunction
Dan Gohman
2009-02-18
Put code that generates debug labels into TableGen so that it can be used by
Bill Wendling
2009-02-18
add proper asmwriter and asmparser support for anonymous functions.
Chris Lattner
2009-02-18
In theory the aliasee may have dead constant users
Duncan Sands
2009-02-18
The subprogram die may not exist while creating "default" scope.
Devang Patel
2009-02-18
Use a sign-extend instead of a zero-extend when promoting a
Dan Gohman
2009-02-18
Simplify by using dyn_cast instead of isa and cast.
Dan Gohman
2009-02-18
Add explicit keywords.
Dan Gohman
2009-02-18
Add support to the JIT for true non-lazy operation. When a call to a function
Nate Begeman
2009-02-18
Factor out the code to add a MachineOperand to a MachineInstrBuilder.
Dan Gohman
2009-02-18
Eliminate several more unnecessary intptr_t casts.
Dan Gohman
2009-02-18
GV with null value initializer shouldn't go to BSS if it's meant for a mergea...
Evan Cheng
2009-02-18
Fix a corner case in the new indvars promotion logic: if there
Dan Gohman
2009-02-18
Fix a typo in a comment.
Dan Gohman
2009-02-17
If an alias is dead and so is its aliasee, then globaldce would
Duncan Sands
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
LoopIndexSplit doesn't actually use ScalarEvolution.
Dan Gohman
2009-02-17
Add a method to ScalarEvolution for telling it when a loop has been
Dan Gohman
2009-02-17
commit a tweaked version of Daniel's patch for PR3599. We now
Chris Lattner
2009-02-17
Move dumpPassStructure out of line.
Dan Gohman
2009-02-17
Delete trailing whitespace.
Dan Gohman
2009-02-17
This transform also applies to private linkage.
Duncan Sands
2009-02-17
Fix 80-column violation.
Dan Gohman
2009-02-17
A couple of places where reused use operands should be marked kill. This is e...
Evan Cheng
2009-02-17
add a horrible note
Chris Lattner
2009-02-17
--- Merging (from foreign repository) r64714 into '.':
Bill Wendling
2009-02-17
Strengthen the "non-constant stride must dominate loop preheader" check.
Evan Cheng
2009-02-17
Simplify; fix some 80-column violations.
Dan Gohman
2009-02-16
Delete trailing whitespace.
Dan Gohman
2009-02-16
Fix EnforceKnownAlignment so that it doesn't ever reduce the alignment
Dan Gohman
2009-02-16
Fix typo caused by too much surfing, dudes...
Nick Lewycky
2009-02-16
Delete this long-commented-out code. The situation it seems to have
Dan Gohman
2009-02-16
Change these tests to use regular loads instead of llvm.x86.sse2.loadu.dq.
Dan Gohman
2009-02-15
Don't assume that a left-shift of a value with one bit set will have
Dan Gohman
[next]