index
:
external_llvm.git
replicant-6.0
Unnamed repository; edit this file 'description' to name the repository.
git repository hosting
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
include
Commit message (
Expand
)
Author
Age
Files
Lines
*
The code extractor needs dominator information, so we provide it.
Chris Lattner
2004-03-18
1
-16
/
+16
*
Make this header file self-contained
Chris Lattner
2004-03-18
1
-0
/
+3
*
cleanup comment
Chris Lattner
2004-03-17
1
-1
/
+1
*
Tweak argument
Chris Lattner
2004-03-15
1
-1
/
+1
*
Deinline a couple of methods. Improve comment.
Chris Lattner
2004-03-15
1
-12
/
+7
*
Add two new methods which can be used to enable a bunch of transformations
Chris Lattner
2004-03-15
1
-0
/
+22
*
Another API change to MRegisterInfo::foldMemoryOperand. Instead of a
Alkis Evlogimenos
2004-03-14
1
-1
/
+1
*
Rename createLoopExtractorPass to createSingleLoopExtractorPass
Chris Lattner
2004-03-14
1
-63
/
+64
*
Change MRegisterInfo::foldMemoryOperand to return the folded
Alkis Evlogimenos
2004-03-14
1
-9
/
+10
*
Move loop extractor to the IPO header
Chris Lattner
2004-03-14
2
-8
/
+8
*
Remove dead file
Chris Lattner
2004-03-14
1
-34
/
+0
*
Move DemoteRegToStack prototype out of DemoteRegToStack.h to this file.
Chris Lattner
2004-03-14
1
-0
/
+9
*
Rename the intrinsic enum values for llvm.va_* from Intrinsic::va_* to
Chris Lattner
2004-03-13
1
-3
/
+3
*
Fix PR266: Make Module Not Inherit From Annotable
Chris Lattner
2004-03-12
1
-1
/
+1
*
Add AnalysisUsage::addRequiredTransitive() to keep analysis info alive for
Misha Brukman
2004-03-12
1
-4
/
+17
*
Add the visitSelectInst visitor method
Chris Lattner
2004-03-12
1
-0
/
+1
*
Add the SelectInst class
Chris Lattner
2004-03-12
1
-0
/
+48
*
Add the Instruction::Select enum
Chris Lattner
2004-03-12
1
-3
/
+4
*
Add support for select constant exprs
Chris Lattner
2004-03-12
1
-0
/
+11
*
Move function implementations to a .cpp file, avoid #including <cstdlib> here.
Misha Brukman
2004-03-11
1
-23
/
+21
*
Forward-declare templates for fix compilation when Argument.h is included first.
Misha Brukman
2004-03-11
1
-0
/
+4
*
Doxygenified and cleand up comments.
Misha Brukman
2004-03-11
16
-443
/
+475
*
new method
Chris Lattner
2004-03-09
2
-0
/
+8
*
Switch over to using edge profile information as the basic profiling represen...
Chris Lattner
2004-03-08
1
-10
/
+18
*
We don't want to make this a pure interface, as it makes all implementors
Chris Lattner
2004-03-08
1
-2
/
+9
*
Rearrange some methods, implement the dominates method
Chris Lattner
2004-03-08
1
-24
/
+34
*
Import the trace class from the reoptimizer
Chris Lattner
2004-03-08
1
-0
/
+106
*
Add the ability to put an annotation at the end of a basic block as well.
Chris Lattner
2004-03-08
1
-3
/
+9
*
Add support for representing edge counts
Chris Lattner
2004-03-08
1
-1
/
+19
*
Remove Module::mutateConstantPointerRef, which is now thankfully dead!
Chris Lattner
2004-03-08
1
-1
/
+0
*
remove *THANKFULLY* dead method
Chris Lattner
2004-03-08
1
-6
/
+0
*
Add prototype
Chris Lattner
2004-03-07
1
-0
/
+6
*
make -print-machineinstrs work for both SparcV9 and X86
Brian Gaeke
2004-03-04
1
-0
/
+4
*
Fix bug introduced by yesterday's changes.
Alkis Evlogimenos
2004-03-04
1
-0
/
+1
*
Rename method, add new method
Chris Lattner
2004-03-03
2
-2
/
+14
*
De-inline methods
Chris Lattner
2004-03-03
2
-32
/
+6
*
Make MachineOperand's value named 'contents'. Make really, really sure
Brian Gaeke
2004-03-03
1
-64
/
+99
*
Add a new constructor
Chris Lattner
2004-03-03
1
-0
/
+6
*
Add prototype for ExtractCodeRegion()
Misha Brukman
2004-03-02
1
-1
/
+5
*
Add the long awaited memory operand folding support for linear scan
Alkis Evlogimenos
2004-03-01
1
-1
/
+2
*
Add new method
Chris Lattner
2004-03-01
2
-0
/
+2
*
Fix grammar and doxygenify comments.
Misha Brukman
2004-03-01
1
-6
/
+6
*
Add ability to extract a single basic block into a new function.
Misha Brukman
2004-03-01
1
-0
/
+4
*
TargetCacheInfo has been removed; its only uses were to propagate a constant
Brian Gaeke
2004-03-01
2
-68
/
+0
*
Fix the "partial pool allocator" on em3d and others. The problem is that
Chris Lattner
2004-03-01
2
-8
/
+16
*
Make Module annotable. Reid has a bunch of code that depends on this, and
Chris Lattner
2004-03-01
1
-1
/
+1
*
Doxygenify comments.
Misha Brukman
2004-02-29
1
-16
/
+11
*
Module does not need to be annotatable aka annotable
Chris Lattner
2004-02-29
1
-1
/
+1
*
Remove public header. It's been moved to lib/Target/SparcV9
Chris Lattner
2004-02-29
1
-95
/
+0
*
Do not use explicit casts that hide the dependence on Instruction being
Chris Lattner
2004-02-29
1
-8
/
+2
[next]