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 expression "SubclassData = (SubclassData & ~1) | (V) ? 1 : 0;" does not d...
Jeff Cohen
2007-04-21
1
-2
/
+2
*
add support for alignment attributes on load/store instructions
Christopher Lamb
2007-04-21
3
-12
/
+43
*
Fix some null checks to actually test the part that needs checking.
Owen Anderson
2007-04-21
1
-3
/
+2
*
Add super-register set.
Evan Cheng
2007-04-21
1
-1
/
+13
*
Fix a problem where primitive types lose their name after llvm_shutdown is ca...
Chris Lattner
2007-04-20
1
-1
/
+0
*
Implement "general dynamic", "initial exec" and "local exec" TLS models for
Lauro Ramos Venancio
2007-04-20
3
-5
/
+31
*
Add sub-registers set accessor.
Evan Cheng
2007-04-20
1
-0
/
+8
*
Add sub-register sets.
Evan Cheng
2007-04-20
1
-0
/
+3
*
Move more passes to using ETForest instead of DominatorTree.
Owen Anderson
2007-04-20
1
-2
/
+2
*
Add null checks and const-ify these accessors.
Owen Anderson
2007-04-20
1
-2
/
+5
*
Fix a very strange assertion message, patch by Christopher Lamb
Chris Lattner
2007-04-20
1
-1
/
+1
*
Fix some VC++ warnings.
Jeff Cohen
2007-04-19
1
-4
/
+4
*
Add accessor to get the blocks immediately dominated by a given block to ETFo...
Owen Anderson
2007-04-18
2
-0
/
+22
*
VarInfo::UsedBlocks is no longer used. Remove.
Evan Cheng
2007-04-18
1
-4
/
+0
*
Add an accessor to make ETForest more useful.
Owen Anderson
2007-04-18
1
-0
/
+7
*
Don't populate TryAgainList when coalescing only physical registers with virt...
Evan Cheng
2007-04-18
1
-1
/
+1
*
what's an & between friends?
Chris Lattner
2007-04-18
1
-1
/
+1
*
Copy coalescing change to prevent a physical register from being pin to a
Evan Cheng
2007-04-17
1
-2
/
+6
*
Add a register allocation preference field; add a method to compute size of a...
Evan Cheng
2007-04-17
1
-1
/
+6
*
Change getAllocatableSet() so it returns allocatable registers for a specific...
Evan Cheng
2007-04-17
1
-2
/
+4
*
Keep track of number of uses within the function per virtual register.
Evan Cheng
2007-04-17
1
-1
/
+5
*
Commit an patch from Gabor Greif in Mar 2005. This eliminates the tail
Chris Lattner
2007-04-17
1
-18
/
+37
*
make getnext/getprev accessors private.
Chris Lattner
2007-04-17
2
-15
/
+15
*
make next/prev accessors private
Chris Lattner
2007-04-17
1
-6
/
+8
*
bool on darwin/ppc is 4 bytes.
Chris Lattner
2007-04-17
1
-2
/
+2
*
Instruction:: Next/Prev accessors are now private
Chris Lattner
2007-04-17
1
-7
/
+8
*
Implemented correct stack probing on mingw/cygwin for dynamic alloca's.
Anton Korobeynikov
2007-04-17
1
-4
/
+5
*
Fix build breakage on 64-bit systems.
Jeff Cohen
2007-04-17
3
-5
/
+5
*
merge several fields in GlobalValue to use the same word, move CallingConv
Chris Lattner
2007-04-17
2
-10
/
+13
*
The (negative) offset from a SymbolTableListTraits-using ilist to its container
Chris Lattner
2007-04-17
4
-3
/
+61
*
Refactor SymbolTableListTraits to only have a single pointer in it, instead
Chris Lattner
2007-04-17
8
-54
/
+61
*
urr, yeah.
Chris Lattner
2007-04-17
1
-4
/
+2
*
Fix 80 col violations.
Reid Spencer
2007-04-16
1
-4
/
+4
*
Proivde getAnalysis<FPAnalysis>(Func) support.
Devang Patel
2007-04-16
2
-0
/
+41
*
Give each pass manager chance to manage lower level analysis pass, which is
Devang Patel
2007-04-16
1
-5
/
+20
*
Add getPotentialPassManagerType(). No functionality change, yet.
Devang Patel
2007-04-16
3
-1
/
+31
*
Removed tabs everywhere except autogenerated & external files. Add make
Anton Korobeynikov
2007-04-16
9
-29
/
+31
*
For PR1328:
Reid Spencer
2007-04-16
1
-1
/
+1
*
Tabs -> Spaces
Owen Anderson
2007-04-15
2
-12
/
+12
*
Remove ImmediateDominator analysis. The same information can be obtained fro...
Owen Anderson
2007-04-15
3
-158
/
+44
*
Make ETForest depend on DomTree rather than IDom. This is the first step
Owen Anderson
2007-04-14
1
-5
/
+5
*
Fix PR1329.
Jeff Cohen
2007-04-14
1
-0
/
+4
*
add GetElementPtrInst::hasAllZeroIndices, a long-overdue helper method.
Chris Lattner
2007-04-14
1
-0
/
+5
*
Implement a getBitsNeeded method to determine how many bits are needed to
Reid Spencer
2007-04-13
1
-0
/
+6
*
Rename Value::getValueType to getValueID, to avoid confusion with
Dan Gohman
2007-04-13
11
-33
/
+33
*
CSE simple binary expressions when they are inserted. This makes LSR produce
Chris Lattner
2007-04-13
1
-4
/
+7
*
Implement the "thread_local" keyword.
Lauro Ramos Venancio
2007-04-12
2
-3
/
+9
*
For PR1284:
Reid Spencer
2007-04-12
1
-2
/
+5
*
improve the patch for PR1318 to also support grouped options with custom
Chris Lattner
2007-04-12
1
-0
/
+5
*
For PR1146:
Reid Spencer
2007-04-11
1
-18
/
+49
[next]