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
/
lib
/
Transforms
/
IPO
Commit message (
Expand
)
Author
Age
Files
Lines
*
Reapply r110396, with fixes to appease the Linux buildbot gods.
Owen Anderson
2010-08-06
22
-31
/
+31
*
Work in progress, cleaning up MergeFuncs.
Nick Lewycky
2010-08-06
1
-180
/
+40
*
Revert r110396 to fix buildbots.
Owen Anderson
2010-08-06
22
-31
/
+31
*
Don't use PassInfo* as a type identifier for passes. Instead, use the addres...
Owen Anderson
2010-08-05
22
-31
/
+31
*
Thread const correctness through a bunch of AliasAnalysis interfaces and
Dan Gohman
2010-08-03
1
-1
/
+1
*
Prefix `next' iterator operation with `llvm::'.
Oscar Fuentes
2010-08-02
1
-1
/
+1
*
Fix a -Wreorder warning.
Daniel Dunbar
2010-08-02
1
-1
/
+1
*
Work in progress.
Nick Lewycky
2010-08-02
1
-129
/
+164
*
The BlockExtractorPass() constructor was not reading the BlockFile and that was
Rafael Espindola
2010-07-31
1
-5
/
+3
*
simplify by using CallSite constructors; virtually eliminates CallSite::get f...
Gabor Greif
2010-07-28
6
-17
/
+16
*
mass elimination of reliance on automatic iterator dereferencing
Gabor Greif
2010-07-22
1
-1
/
+1
*
simplify
Gabor Greif
2010-07-22
1
-3
/
+2
*
do not access arguments via low-level interface, do not multiply dereference ...
Gabor Greif
2010-07-22
1
-17
/
+19
*
pass dereferenced iterator to dyn_cast
Gabor Greif
2010-07-22
1
-1
/
+1
*
undo 80 column trespassing I caused
Gabor Greif
2010-07-22
1
-1
/
+2
*
Fix batch of converting RegisterPass<> to INTIALIZE_PASS().
Owen Anderson
2010-07-21
20
-46
/
+51
*
Make this code a little more readable.
Dan Gohman
2010-07-20
1
-2
/
+4
*
Fix a typo.
Dan Gohman
2010-07-20
1
-1
/
+1
*
Don't look up the "dbg" metadata kind by name.
Dan Gohman
2010-07-20
1
-3
/
+2
*
Use getDebugLoc and setDebugLoc instead of getDbgMetadata and setDbgMetadata,
Dan Gohman
2010-07-20
1
-4
/
+2
*
eliminate unlockedRefineAbstractTypeTo, types are all per-llvmcontext,
Chris Lattner
2010-07-16
1
-1
/
+1
*
Arrays and vectors with different numbers of elements are not equivalent.
Nick Lewycky
2010-07-16
1
-4
/
+10
*
This is a full sentence.
Nick Lewycky
2010-07-15
1
-1
/
+1
*
Disable aliases on all platforms.
Nick Lewycky
2010-07-15
1
-0
/
+5
*
Grammar.
Eric Christopher
2010-07-13
1
-1
/
+1
*
cache result of operator*
Gabor Greif
2010-07-12
1
-6
/
+9
*
cache result of operator*
Gabor Greif
2010-07-12
1
-3
/
+4
*
cache result of operator*
Gabor Greif
2010-07-12
1
-4
/
+6
*
cache results of operator*
Gabor Greif
2010-07-12
1
-3
/
+5
*
cache dereferenced iterators
Gabor Greif
2010-07-12
1
-3
/
+3
*
make the prototypes for CreateMalloc and CreateFree more consistent. Patch
Chris Lattner
2010-07-12
1
-2
/
+2
*
cache result of operator*
Gabor Greif
2010-07-09
1
-6
/
+6
*
Rename "Release" builds as "Release+Asserts"; rename "Release-Asserts"
Duncan Sands
2010-07-07
1
-1
/
+1
*
Implement the "linker_private_weak" linkage type. This will be used for
Bill Wendling
2010-07-01
1
-0
/
+1
*
Debugging infomration is encoded in llvm IR using metadata. This is designed
Devang Patel
2010-07-01
1
-0
/
+101
*
If a named mdnode is removed then mark module as changed.
Devang Patel
2010-07-01
1
-1
/
+3
*
Remove all debug info related named mdnodes.
Devang Patel
2010-06-30
1
-10
/
+6
*
use ArgOperand API
Gabor Greif
2010-06-30
1
-2
/
+2
*
Revert r107205 and r107207.
Bill Wendling
2010-06-29
1
-1
/
+0
*
Introducing the "linker_weak" linkage type. This will be used for Objective-C
Bill Wendling
2010-06-29
1
-0
/
+1
*
Return Changed. This required setting Changed if dbg metadata
Duncan Sands
2010-06-29
1
-5
/
+7
*
use ArgOperand API and CallSite for arg range; add necessary casts and perfor...
Gabor Greif
2010-06-24
1
-11
/
+14
*
use ArgOperand API and CallSite for arg range
Gabor Greif
2010-06-24
1
-4
/
+6
*
Use ValueMap instead of DenseMap.
Devang Patel
2010-06-24
2
-8
/
+8
*
Use pre-increment instead of post-increment when the result is not used.
Dan Gohman
2010-06-22
1
-2
/
+2
*
Make bugpoint dead-argument-hacking actually work, and actually test it.
Dan Gohman
2010-06-07
1
-0
/
+7
*
Partial specialization was not checking the callsite to make sure it was usin...
Kenneth Uildriks
2010-06-05
1
-9
/
+33
*
Avoid swap when a copy suffices.
Benjamin Kramer
2010-05-31
1
-1
/
+1
*
Strip llvm.dbg.lv also.
Devang Patel
2010-05-20
1
-0
/
+6
*
Teach the always inliner to release its inline cost estimates, like the basic
Nick Lewycky
2010-05-15
1
-0
/
+3
[next]