index
:
external_llvm.git
replicant-6.0
Android's llvm
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
include
/
llvm
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Doxygenify comments.
Misha Brukman
2004-02-26
1
-10
/
+9
*
Doxygenify and tersify comments.
Misha Brukman
2004-02-26
1
-2
/
+5
*
Uncomment assertions that register# != 0 on calls to
Alkis Evlogimenos
2004-02-26
1
-2
/
+2
*
Annotations are evil. This makes Value not derive from Annotable, which makes
Chris Lattner
2004-02-26
2
-3
/
+3
*
Make TargetData no longer use annotations!
Chris Lattner
2004-02-26
1
-14
/
+6
*
Eliminate copy-and-paste comments
Chris Lattner
2004-02-26
5
-5
/
+5
*
Make sure that at least one virtual method is defined in a .cpp file to avoid
Chris Lattner
2004-02-26
2
-10
/
+3
*
Fix a bug in the densemap that was killing the local allocator, and probably
Chris Lattner
2004-02-26
2
-2
/
+2
*
Fix typeo. grow() cannot shrink storage. clear() should really nuke storage
Chris Lattner
2004-02-26
2
-6
/
+10
*
Temporarily comment out asserts as they break things. I will uncomment
Alkis Evlogimenos
2004-02-25
1
-2
/
+2
*
Represent va_list in interpreter as a (ec-stack-depth . var-arg-index)
Brian Gaeke
2004-02-25
1
-0
/
+1
*
Duh, forgot to close the parenthesis.
Alkis Evlogimenos
2004-02-25
1
-2
/
+2
*
Add assert to isPhysicalRegister and isVirtualRegister to fail when
Alkis Evlogimenos
2004-02-25
1
-0
/
+2
*
Add DenseMap template and actually use it for for mapping virtual regs
Alkis Evlogimenos
2004-02-25
4
-13
/
+142
*
Add prototype
Chris Lattner
2004-02-25
1
-0
/
+7
*
Great renaming part II: Sparc --> SparcV9 (also includes command-line options...
Brian Gaeke
2004-02-25
1
-2
/
+2
*
Cygwin defines log2 as a macro. Undef it here IFF it has already been defined,
Brian Gaeke
2004-02-25
1
-0
/
+4
*
FunctionLiveVarInfo.h moved: include/llvm/CodeGen -> lib/Target/Sparc/LiveVar
Brian Gaeke
2004-02-24
1
-111
/
+0
*
Add some helpful methods for dealing with switch instructions
Chris Lattner
2004-02-24
1
-0
/
+30
*
Use the new LLVM is_class template instead of the boost one, allowing us to
Chris Lattner
2004-02-24
1
-2
/
+3
*
Check in a new type_traits header which provides the mysterious is_class
Chris Lattner
2004-02-24
1
-0
/
+54
*
Noone cares about similarity to boost
Chris Lattner
2004-02-24
1
-2
/
+0
*
DataTypes.h is now output from configure, and shortened
Brian Gaeke
2004-02-23
1
-0
/
+45
*
Regenerated with autoheader-2.57.
Brian Gaeke
2004-02-23
1
-7
/
+0
*
ThreadSupport.h is now output from configure.
Brian Gaeke
2004-02-23
2
-0
/
+80
*
Renamed to hash_set.in; move to using autoconf substitution tags.
Brian Gaeke
2004-02-23
1
-0
/
+67
*
Renamed to hash_map.in; move to using autoconf substitution tags.
Brian Gaeke
2004-02-23
1
-0
/
+66
*
Regenerated using autoheader-2.57.
Brian Gaeke
2004-02-23
1
-24
/
+0
*
Renamed from include/Support/iterator. Doxygenify comments; add autoconf subs...
Brian Gaeke
2004-02-23
1
-0
/
+66
*
Regenerated with autoheader-2.57.
Brian Gaeke
2004-02-23
1
-9
/
+0
*
Refactor rewinding code for finding the first terminator of a basic
Alkis Evlogimenos
2004-02-23
1
-0
/
+5
*
Move LiveIntervals.h to lib/CodeGen since it shouldn't be exposed to other pa...
Alkis Evlogimenos
2004-02-23
1
-213
/
+0
*
Move MOTy::UseType enum into MachineOperand. This eliminates the
Alkis Evlogimenos
2004-02-22
2
-91
/
+89
*
Fix silly bug in implementation of getUseType(). Thanks Misha.
Alkis Evlogimenos
2004-02-22
1
-1
/
+1
*
When folding memory operands in machine instructions be careful to
Alkis Evlogimenos
2004-02-22
1
-0
/
+7
*
Significantly simplify gep_type_iterator, and make its interface more general...
Chris Lattner
2004-02-22
1
-23
/
+24
*
Abstract merging of ranges away from number of slots per instruction.
Alkis Evlogimenos
2004-02-22
2
-2
/
+8
*
Update comments and add warning
Chris Lattner
2004-02-21
2
-4
/
+10
*
Regenerated using autoheader-2.57.
Brian Gaeke
2004-02-20
1
-0
/
+6
*
Too many changes in one commit:
Alkis Evlogimenos
2004-02-20
2
-2
/
+66
*
Add a method useful for updating DSA
Chris Lattner
2004-02-19
2
-0
/
+18
*
Add a new function
Chris Lattner
2004-02-19
1
-0
/
+3
*
ADd a method for when an instruction moves
Chris Lattner
2004-02-19
1
-0
/
+6
*
Add a MachineBasicBlock::getParent() method
Chris Lattner
2004-02-19
1
-3
/
+7
*
Make ToolExecutionError inherit std::exception and implement its
Alkis Evlogimenos
2004-02-19
1
-3
/
+5
*
This is needed by assignment verification in linear-scan.
Alkis Evlogimenos
2004-02-19
1
-0
/
+8
*
Add support for just compiling a program
Chris Lattner
2004-02-18
1
-0
/
+19
*
Move unused typedefs in private section. Add method to return interval
Alkis Evlogimenos
2004-02-18
2
-4
/
+12
*
Byebye method
Chris Lattner
2004-02-18
1
-3
/
+0
*
When an error occurs executing a tool, we now throw an exception instead
Chris Lattner
2004-02-18
1
-5
/
+20
[prev]
[next]