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
...
*
While hoisting instruction to speculatively execute simple bb, ignore dbg int...
Devang Patel
2009-03-06
2
-18
/
+138
*
various cosmetic cleanups.
Chris Lattner
2009-03-06
1
-136
/
+107
*
this wasn't intended to go in.
Chris Lattner
2009-03-06
1
-34
/
+0
*
Change various llvm utilities to use PrettyStackTraceProgram in
Chris Lattner
2009-03-06
16
-33
/
+112
*
Do not count DbgInfoIntrinsic while estimating loop header size.
Devang Patel
2009-03-06
1
-2
/
+14
*
Skip DbgInfoIntrinsic.
Devang Patel
2009-03-06
2
-2
/
+68
*
Committing unsaved changes that should've been with r66237.
Gordon Henriksen
2009-03-06
1
-8
/
+7
*
Fix ScheduleDAGRRList::CopyAndMoveSuccessors' handling of nodes
Dan Gohman
2009-03-06
2
-7
/
+42
*
Use CloneModule's ValueMap to avoid needing to look up
Dan Gohman
2009-03-06
1
-5
/
+4
*
Incorporate feedback to improve GarbageCollection.html.
Gordon Henriksen
2009-03-06
1
-57
/
+103
*
Don't assign rank numbers to debug intrinsic "calls".
Dale Johannesen
2009-03-06
1
-1
/
+3
*
When we split a basic block, there's a default branch to the newly created BB.
Bill Wendling
2009-03-06
1
-0
/
+3
*
Revert 66224.
Devang Patel
2009-03-06
2
-9
/
+9
*
Revert rev. 66167.
Devang Patel
2009-03-06
2
-31
/
+10
*
CMake: auto-discover project files under the projects/ subdirectory.
Oscar Fuentes
2009-03-06
2
-0
/
+10
*
do not close friendship with every odd class
Gabor Greif
2009-03-06
2
-2
/
+0
*
SRThreshold is meant to be inclusive.
Evan Cheng
2009-03-06
1
-1
/
+1
*
Tweak the check for promotable alloca's to handle
Dale Johannesen
2009-03-06
1
-1
/
+7
*
Do not let debug info prevert globalopt from shriking a global vars to boolean.
Devang Patel
2009-03-06
2
-7
/
+74
*
Add "check/remove dbg var" helper routines.
Devang Patel
2009-03-06
2
-0
/
+53
*
Fix a parallel make race condition by swapping the order of -I directories.
Bob Wilson
2009-03-06
1
-2
/
+2
*
Fix a bugpoint bug on anonymous functions. Instead of looking up
Dan Gohman
2009-03-05
1
-2
/
+4
*
Don't use plain INC32 and DEC32 on x86-64; it needs
Dan Gohman
2009-03-05
2
-8
/
+30
*
When creating X86ISD::INC and X86ISD::DEC nodes, only add one operand.
Dan Gohman
2009-03-05
1
-1
/
+6
*
Fix the "test" optimization to recognize "dec" as an add of
Dan Gohman
2009-03-05
3
-9
/
+31
*
Make this test more thorough. Not only should there be no %esi,
Dan Gohman
2009-03-05
1
-3
/
+5
*
move some code to gracefully handle the case when a handler crashes.
Chris Lattner
2009-03-05
1
-4
/
+6
*
GlobalOpt only process non constant local GVs while optimizing global vars.
Devang Patel
2009-03-05
2
-10
/
+31
*
Add missing file.
Duncan Sands
2009-03-05
1
-0
/
+1
*
(Hopefully) silence a warning.
Owen Anderson
2009-03-05
1
-1
/
+1
*
Regenerate.
Nick Lewycky
2009-03-05
2
-29
/
+134
*
Autodetect the availability of -export-dynamic in the linker.
Nick Lewycky
2009-03-05
4
-25
/
+62
*
Be more careful about choosing restore points when doing restore folding. Th...
Owen Anderson
2009-03-05
1
-5
/
+28
*
Daniel wanted the stack printed upside down. Perhaps he
Chris Lattner
2009-03-05
1
-6
/
+14
*
indicate what the program args line is.
Chris Lattner
2009-03-05
1
-1
/
+3
*
switch this message back to only being in -debug mode.
Chris Lattner
2009-03-05
1
-1
/
+1
*
When allocating stubs, keep track of which Functions are referencing the stub.
Nate Begeman
2009-03-05
1
-17
/
+120
*
Do not split edges to EH landing pads. It will cause code size explosion.
Evan Cheng
2009-03-05
2
-0
/
+40
*
Fix how livein live intervals are handled. Previously it could end at MBB sta...
Evan Cheng
2009-03-05
1
-4
/
+9
*
Fix another case where debug info was affecting
Dale Johannesen
2009-03-05
1
-4
/
+17
*
Ignore the debug info intrinsics when looking for dependency through basic bl...
Zhou Sheng
2009-03-05
2
-0
/
+130
*
Add comment to emphasize that the while body is empty.
Bill Wendling
2009-03-05
1
-2
/
+2
*
Fix another case where a dbg.declare meant something
Dale Johannesen
2009-03-05
1
-6
/
+13
*
Should have XFAILed this test.
Bill Wendling
2009-03-04
1
-0
/
+54
*
Temporarily revert r65994. It was causing rdar://6646455.
Bill Wendling
2009-03-04
2
-72
/
+6
*
ooops, forgot to include the pointless-write eliminator in my previous checkin
Gabor Greif
2009-03-04
6
-0
/
+7
*
Add some cautionary comments.
Dale Johannesen
2009-03-04
1
-1
/
+3
*
add some helper classes for building light-weight symbolic stack traces
Chris Lattner
2009-03-04
2
-0
/
+134
*
Re-commit 65975 and a fix for the problem that
Dale Johannesen
2009-03-04
2
-0
/
+4
*
Add a new 'AddSignalHandler' function to Signals.h that allows
Chris Lattner
2009-03-04
3
-141
/
+88
[prev]
[next]