index
:
bcm5719-llvm
meklort-10.0.0
meklort-10.0.1
ortega-7.0.1
Project Ortega BCM5719 LLVM
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
llvm
Commit message (
Expand
)
Author
Age
Files
Lines
*
make these tests pass when run on a G5.
Chris Lattner
2009-02-20
4
-5
/
+5
*
Implement "superhero" strength reduction, or full strength
Dan Gohman
2009-02-20
4
-111
/
+381
*
Add an accessor method to DwarfWriter to tell of debugging info should be emi...
Bill Wendling
2009-02-20
3
-6
/
+16
*
Add a default debug location object to the Machine Function. It's used to emi...
Bill Wendling
2009-02-20
1
-0
/
+12
*
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
*
Describe tail merging's use of InsertBranch.
Dale Johannesen
2009-02-19
1
-6
/
+11
*
Use DEBUG() instead of passing *DOUT to WriteAsOperand,
Dan Gohman
2009-02-19
1
-17
/
+7
*
Make the debug output of LSR less cryptic and more informative.
Dan Gohman
2009-02-19
1
-29
/
+46
*
Print out a new label only if the debug location *tuple* is different. The debug
Bill Wendling
2009-02-19
2
-6
/
+16
*
Forgot to check that debug information is supported.
Bill Wendling
2009-02-19
1
-2
/
+2
*
Regenerate.
Nick Lewycky
2009-02-19
1
-2
/
+2
*
Default to building with position independent code. This may increase LLVM's
Nick Lewycky
2009-02-19
1
-3
/
+3
*
If an executable is run through a symlink, dladdr will return the
Chris Lattner
2009-02-19
1
-3
/
+8
*
Fix the logic in this assertion to properly validate the number
Dan Gohman
2009-02-19
1
-2
/
+3
*
Reapply r57340. VMKit does not presently rely on materializeFunction
Dan Gohman
2009-02-19
1
-2
/
+2
*
Temporarily XFAIL this test.
Bill Wendling
2009-02-19
1
-0
/
+1
*
Put code that generates debug labels into TableGen so that it can be used by
Bill Wendling
2009-02-18
9
-25
/
+26
*
add proper asmwriter and asmparser support for anonymous functions.
Chris Lattner
2009-02-18
3
-11
/
+41
*
In theory the aliasee may have dead constant users
Duncan Sands
2009-02-18
1
-0
/
+1
*
really fix style
Rafael Espindola
2009-02-18
1
-6
/
+6
*
The subprogram die may not exist while creating "default" scope.
Devang Patel
2009-02-18
2
-1
/
+35
*
Use a sign-extend instead of a zero-extend when promoting a
Dan Gohman
2009-02-18
6
-19
/
+96
*
Simplify by using dyn_cast instead of isa and cast.
Dan Gohman
2009-02-18
1
-6
/
+5
*
Clarify the definition of "latch block" in a comment.
Dan Gohman
2009-02-18
1
-4
/
+4
*
Add explicit keywords.
Dan Gohman
2009-02-18
5
-6
/
+6
*
Add support to the JIT for true non-lazy operation. When a call to a function
Nate Begeman
2009-02-18
13
-40
/
+289
*
fix style
Rafael Espindola
2009-02-18
1
-4
/
+2
*
Add a test for r61358, which I forgot to add way back when.
Owen Anderson
2009-02-18
1
-0
/
+193
*
Factor out the code to add a MachineOperand to a MachineInstrBuilder.
Dan Gohman
2009-02-18
9
-161
/
+63
*
Eliminate several more unnecessary intptr_t casts.
Dan Gohman
2009-02-18
16
-31
/
+31
*
Change the argument type in this test to something less convoluted,
Dan Gohman
2009-02-18
1
-1
/
+1
*
GV with null value initializer shouldn't go to BSS if it's meant for a mergea...
Evan Cheng
2009-02-18
4
-3
/
+12
*
allow TimeRegion to take a potentially-null pointer to a
Chris Lattner
2009-02-18
1
-4
/
+9
*
Fix a corner case in the new indvars promotion logic: if there
Dan Gohman
2009-02-18
2
-19
/
+63
*
Fix a typo in a comment.
Dan Gohman
2009-02-18
1
-1
/
+1
*
If an alias is dead and so is its aliasee, then globaldce would
Duncan Sands
2009-02-17
2
-8
/
+20
*
And now, not so elegant, test case...
Devang Patel
2009-02-17
1
-0
/
+13
*
Remove changes that were accidently included in previous commit.
Devang Patel
2009-02-17
1
-6
/
+0
*
The debugger sometimes lookup dynamically in the runtime to find ivar info of...
Devang Patel
2009-02-17
6
-6
/
+31
*
Remove trailing whitespace to reduce later commit patch noise.
Scott Michel
2009-02-17
10
-1729
/
+1729
*
Emit debug info for bitfields.
Devang Patel
2009-02-17
4
-7
/
+49
*
tools like nm and ar only need register_claim_file and add_symbols. Don't abort
Rafael Espindola
2009-02-17
1
-5
/
+10
*
LoopIndexSplit doesn't actually use ScalarEvolution.
Dan Gohman
2009-02-17
1
-4
/
+1
*
Add a method to ScalarEvolution for telling it when a loop has been
Dan Gohman
2009-02-17
4
-12
/
+37
*
commit a tweaked version of Daniel's patch for PR3599. We now
Chris Lattner
2009-02-17
2
-26
/
+52
*
Move dumpPassStructure out of line.
Dan Gohman
2009-02-17
2
-9
/
+12
*
Tidy whitespace.
Dan Gohman
2009-02-17
1
-17
/
+16
[next]