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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add a new macro to be used for the end of enum lists.
Chris Lattner
2004-07-16
2
-0
/
+2
*
Give SetVector range support
Chris Lattner
2004-07-15
2
-2
/
+34
*
Final fix for PR341: eliminate operator<<(ostream, Value*). Clients should
Chris Lattner
2004-07-15
2
-9
/
+0
*
Fixes for PR341
Chris Lattner
2004-07-15
1
-11
/
+3
*
Fix for PR341
Chris Lattner
2004-07-15
1
-1
/
+1
*
Yeah, how about those 'primative' types huh?
Chris Lattner
2004-07-15
1
-1
/
+1
*
Make PATypeHolder and friends return non-const pointers to the types they
Chris Lattner
2004-07-14
2
-11
/
+11
*
* Change code to use a static_cast instead of reinterpret_cast
Chris Lattner
2004-07-14
1
-2
/
+17
*
Add a helper method. The StructType element is completely redundant in most
Chris Lattner
2004-07-12
1
-0
/
+3
*
Add a missing #include
Chris Lattner
2004-07-12
1
-0
/
+1
*
Fix warning compiling with VC++
Chris Lattner
2004-07-12
2
-4
/
+4
*
Implement a new method useful for things like the inliner
Chris Lattner
2004-07-12
1
-0
/
+10
*
Add a new listener class for things that want to be informed about new
Chris Lattner
2004-07-11
1
-6
/
+21
*
Delete the allocate*TargetMachine functions. Move options to a header file
Chris Lattner
2004-07-11
2
-62
/
+30
*
Add a new TargetNameParser class, which is useful for parsing options.
Chris Lattner
2004-07-11
1
-4
/
+36
*
Provide better support for pointer-valued command line arguments
Chris Lattner
2004-07-11
2
-0
/
+6
*
First cut at TargetMachineRegistry and RegisterTarget classes
Chris Lattner
2004-07-11
1
-0
/
+76
*
Add two new "virtual static" methods to the TargetMachine class
Chris Lattner
2004-07-11
1
-0
/
+14
*
Add a new header
Chris Lattner
2004-07-11
2
-0
/
+70
*
Removed unneeded forward decl
Chris Lattner
2004-07-09
1
-1
/
+0
*
Remove unused method
Chris Lattner
2004-07-09
1
-5
/
+0
*
Eliminate the UID field in the Type class, bringing it down to 28 bytes.
Chris Lattner
2004-07-08
1
-11
/
+1
*
Add a new method
Chris Lattner
2004-07-08
1
-0
/
+8
*
Get rid of some cruft in the insert method.
Reid Spencer
2004-07-08
2
-6
/
+6
*
First version of a vector with uniqueness constraints (or a set with
Reid Spencer
2004-07-08
2
-0
/
+216
*
Fix spelling of `equivalent'
Misha Brukman
2004-07-08
1
-1
/
+1
*
isSigned/isUnsigned/isInteger methods do not need to be virtual
Chris Lattner
2004-07-08
1
-7
/
+11
*
Update comment.
Chris Lattner
2004-07-08
1
-4
/
+4
*
This file uses the Value class without a forward decl
Chris Lattner
2004-07-08
1
-0
/
+1
*
Add viewCFG() and viewCFGOnly() APIs.
Alkis Evlogimenos
2004-07-08
1
-0
/
+66
*
Headers moved
Chris Lattner
2004-07-07
1
-2
/
+2
*
All of these now live in the DataStructure directory
Chris Lattner
2004-07-07
5
-1632
/
+0
*
Move DSA headers into Analysis/DataStructure to make it more obvious
Chris Lattner
2004-07-07
3
-3
/
+3
*
As much as I hate to say it, the whole setNode interface for DSNodeHandles
Chris Lattner
2004-07-07
4
-34
/
+36
*
Remove definition and use of OtherVal enumerator. This just fixes a thinko.
Reid Spencer
2004-07-06
1
-1
/
+0
*
Move SlotCalculator.h to lib/Bytecode/Writer since that is the only place
Reid Spencer
2004-07-04
1
-141
/
+0
*
Make all the virtual function (except destructor) inline so there are
Reid Spencer
2004-07-04
1
-41
/
+41
*
Add a new, compatible, interface function for writing types as operands.
Reid Spencer
2004-07-04
1
-0
/
+3
*
Added #include <iostream> since this header is no longer picked up from
Reid Spencer
2004-07-04
1
-0
/
+1
*
- Remove enumerator TypeVal since Values can't be types any more
Reid Spencer
2004-07-04
1
-5
/
+1
*
There is no longer a "Type" primitive type because Values and Types are
Reid Spencer
2004-07-04
1
-1
/
+0
*
Constify usage of Type* on the interface to ensure SymbolTable doesn't
Reid Spencer
2004-07-04
1
-9
/
+6
*
Remove all of the classof(const Value*) methods of the derived types since
Reid Spencer
2004-07-04
1
-36
/
+2
*
Make Type have no base classes. Previously it inherited Value. Also
Reid Spencer
2004-07-04
1
-15
/
+17
*
Add more operators.
Alkis Evlogimenos
2004-07-04
2
-0
/
+4
*
Fix Type::isSized() to realize that "{ opaque }" is not sized
Chris Lattner
2004-07-02
1
-2
/
+7
*
Since we are in the department of redundancy department, at least be correct
Chris Lattner
2004-07-02
1
-1
/
+1
*
Add a new pass for code generators to use
Chris Lattner
2004-07-02
1
-1
/
+9
*
* Doxygenify comments
Misha Brukman
2004-07-01
1
-11
/
+13
*
Move init methods out of line to enable better assertions, contributed
Chris Lattner
2004-07-01
1
-14
/
+4
[next]