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
/
include
Commit message (
Expand
)
Author
Age
Files
Lines
*
Terminate with newline.
Reid Spencer
2007-04-22
1
-2
/
+0
*
Undo premature commit.
Reid Spencer
2007-04-22
1
-4
/
+1
*
Terminate file with newline.
Reid Spencer
2007-04-22
1
-1
/
+4
*
Implement review feedback.
Jeff Cohen
2007-04-22
1
-2
/
+2
*
Teach Visual Studio about Bitcode.
Jeff Cohen
2007-04-22
2
-5
/
+8
*
Define the content-independent interfaces to read/write bitcode files and
Chris Lattner
2007-04-22
4
-0
/
+523
*
For PR1146:
Reid Spencer
2007-04-22
2
-47
/
+26
*
X86 TLS: Implement review feedback.
Lauro Ramos Venancio
2007-04-21
1
-11
/
+1
*
Revert Christopher Lamb's load/store alignment changes.
Reid Spencer
2007-04-21
3
-43
/
+12
*
Make enum-valued bitfield large enough to avoid interpretation as negative va...
Jeff Cohen
2007-04-21
1
-1
/
+1
*
Fix breakage of bytecode reader when built with VC++.
Jeff Cohen
2007-04-21
1
-2
/
+4
*
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
[next]