Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
llvm
/
c75071c3bff982c6d83e1274060ec5fcf5fa5922
/
include
c75071c
- Rename ConstantGenericIntegral -> ConstantIntegral
by Chris Lattner
· 23 years ago
6ef3369
Return const char * const instead of std::string from get register name method
by Chris Lattner
· 23 years ago
994b9f3
- Added a new superclass of ConstantBool/ConstantInt: ConstantGenericIntegral
by Chris Lattner
· 23 years ago
89f2aa5
* IntervalPartition no longer derives from vector
by Chris Lattner
· 23 years ago
cc367a3
Do not add an extra vtable to EVERY machineinstr created.
by Chris Lattner
· 23 years ago
dc1e020
UnaryOperator::create should take a name just like BinaryOperator::create
by Chris Lattner
· 23 years ago
035dfbe
by Chris Lattner
· 23 years ago
179cdfb
* Removed extraneous #includes
by Chris Lattner
· 23 years ago
919c4f8
Change machinecode for instruction to not inherit from vector.
by Chris Lattner
· 23 years ago
5b2f502
The second parameter of hash_set is the default, remove it.
by Chris Lattner
· 23 years ago
5f0eb8d
by Chris Lattner
· 23 years ago
5791bb7
- Cleaned up the interface to AnalysisUsage to take analysis class names
by Chris Lattner
· 23 years ago
d23a35b
Simplify interface to parsers.
by Chris Lattner
· 23 years ago
b8a45c9
Add function GetConstantValueAsUnsignedInt.
by Vikram S. Adve
· 23 years ago
607bfad
Add MemAccessInst::getNumIndices().
by Vikram S. Adve
· 23 years ago
49af5e4
Changes to be GCC 3.1 friendly
by Chris Lattner
· 23 years ago
01c7f6d
Remove obsolete, confusing, method
by Chris Lattner
· 23 years ago
3b43b77
Add GlobalDSGraph -- a common graph that holds externally visible nodes.
by Vikram S. Adve
· 23 years ago
55b45bf
Add hooks to get information out of concrete pass manager implementations
by Chris Lattner
· 23 years ago
e8e4605
Cleanup ConstantExpr handling:
by Chris Lattner
· 23 years ago
6b5fe19
* Implement stuff so that code can declare that they only depend on the CFG of
by Chris Lattner
· 23 years ago
e56096a
Implement constant propogation of logical (and, or, xor) expressions.
by Chris Lattner
· 23 years ago
b5eb866
Expose instruction selection as a pass instead of a global function
by Chris Lattner
· 23 years ago
5d1cf5b
Add rough support for LLC passes
by Chris Lattner
· 23 years ago
229a377
Implement a new RemoveSuccessor function
by Chris Lattner
· 23 years ago
d472e47
by Chris Lattner
· 23 years ago
eb70235
* Eliminate the Provided set. All Passes now finally just automatically
by Chris Lattner
· 23 years ago
f9b2297
* Fix comment descriptions
by Chris Lattner
· 23 years ago
a59cbb2
* Standardize how analysis results/passes as printed with the print() virtual
by Chris Lattner
· 23 years ago
97f51a3
by Chris Lattner
· 23 years ago
1e43516
* Add support for different "PassType's"
by Chris Lattner
· 23 years ago
5d54908
*** empty log message ***
by Chris Lattner
· 23 years ago
6311492
* Add support for different "PassType's"
by Chris Lattner
· 23 years ago
7b499f7
Factor PassNameParser out of opt.cpp so that analyze and eventually llc can use it.
by Chris Lattner
· 23 years ago
00444d0
*** empty log message ***
by Chris Lattner
· 23 years ago
aabff77
Analysis contructors now no longer take AnalysisID's as their argument,
by Chris Lattner
· 23 years ago
0cbc6c2
Simplify analyses so that there is only one analysis per class
by Chris Lattner
· 23 years ago
4b757f8
Remove dead options
by Chris Lattner
· 23 years ago
30bc054
Fix previous checkin
by Chris Lattner
· 23 years ago
f8820c3
Add typenames
by Chris Lattner
· 23 years ago
47d3e26
*** empty log message ***
by Chris Lattner
· 23 years ago
b2e80a6
Avoid warning: control reaches end of non-void function
by Chris Lattner
· 23 years ago
2440db2
Add support for GCC 3.0.4
by Chris Lattner
· 23 years ago
c6a4bf1
*** empty log message ***
by Chris Lattner
· 23 years ago
de32fed
GCC 3.1 changes
by Chris Lattner
· 23 years ago
3f55691
GCC 3.1 changes
by Chris Lattner
· 23 years ago
39d6900
*** empty log message ***
by Chris Lattner
· 23 years ago
8dc6716
GCC 3.1 fixes
by Chris Lattner
· 23 years ago
fe8041a
*** empty log message ***
by Chris Lattner
· 23 years ago
7f4dd47
Changes to build with GCC 3.1
by Chris Lattner
· 23 years ago
24e9872
Use the Support/iterator file to abstract out compiler differences
by Chris Lattner
· 23 years ago
0d219ed
Use the new include/Support/iterator file
by Chris Lattner
· 23 years ago
dd39be6
Add forward_iterator wrapper
by Chris Lattner
· 23 years ago
98f1bfb
Add another GCC2.95->3.1 compatibility header
by Chris Lattner
· 23 years ago
88e1079
Spiff up the header files
by Chris Lattner
· 23 years ago
cb6289a
*** empty log message ***
by Chris Lattner
· 23 years ago
1089790
Non-standard hash classes are not in the std:: namespace
by Chris Lattner
· 23 years ago
09ff112
*** empty log message ***
by Chris Lattner
· 23 years ago
417d31c
Move hash_* extension headers from ext/ to Support/ so that we can support
by Chris Lattner
· 23 years ago
2b5304a
Move compatibility headers to Support
by Chris Lattner
· 23 years ago
7f5e6cd
*** empty log message ***
by Chris Lattner
· 23 years ago
a1cb473
Changes to make it GCC 3.1 compatible
by Chris Lattner
· 23 years ago
5a6d63a
Add missing typename's that GCC3.1 is whining about.
by Chris Lattner
· 23 years ago
e2c677f
Disable the operator= in Value
by Chris Lattner
· 23 years ago
f6a1328
Remove assert hack now that I'm using the right GDB. :)
by Chris Lattner
· 23 years ago
ab955c3
Move many files into IPO.h
by Chris Lattner
· 23 years ago
ac20beb
Move contents of these files into IPO.h
by Chris Lattner
· 23 years ago
5c5db0e
* Rename to IPO.h * Add ConstantMerge.h contents
by Chris Lattner
· 23 years ago
28fe8ce
Add a version of the bytecode writer pass that has a default ctor
by Chris Lattner
· 23 years ago
3c19b92
Incorporate into IPO.h
by Chris Lattner
· 23 years ago
03917cc
Prepare the file to become IPO.h
by Chris Lattner
· 23 years ago
378fb1d
Merge the contents of ChangeAllocations.h into Scalar.h
by Chris Lattner
· 23 years ago
4c76fc0
Break part of Pass.h out into PassAnalysisSupport.h
by Chris Lattner
· 23 years ago
f1ac9f6
Allow comparison against null
by Chris Lattner
· 23 years ago
dedcc76
*** empty log message ***
by Chris Lattner
· 23 years ago
f113b85
Pass creator requires a TargetData member
by Chris Lattner
· 23 years ago
8bf58bb
Regularize the Print*Passes so they have default ctors.
by Chris Lattner
· 23 years ago
c1b5d09
Initial checkin
by Chris Lattner
· 23 years ago
af7e821
Add support for removing an option from a genericparser
by Chris Lattner
· 23 years ago
ae1257a
Change to avoid bug in GCC 3.0.4
by Chris Lattner
· 23 years ago
5eb6b70
initial checkin
by Chris Lattner
· 23 years ago
973fe1f
*** empty log message ***
by Chris Lattner
· 23 years ago
e08728b
Initial checkin
by Chris Lattner
· 23 years ago
c4e9a14
Moved to Reoptimizer/Mapping directory
by Mehwish Nagda
· 23 years ago
331de23
Checkin CommandLine 2.0
by Chris Lattner
· 23 years ago
9bdf841
changed first arg of parseBytecodeBuffer to unsigned char
by Anand Shukla
· 23 years ago
9cd186c
changed first arg og parseBytecodeBuffer to uchar
by Anand Shukla
· 23 years ago
b8a9d90
*** empty log message ***
by Chris Lattner
· 23 years ago
cb86317
Check in the boost type_traits library, because it is now used by the CommandLine library.
by Chris Lattner
· 23 years ago
2dfbe3a
Rename removeDeadNodes to removeTriviallyDeadNodes
by Chris Lattner
· 23 years ago
a990291
Simplify saveOrigFunctionCalls
by Chris Lattner
· 23 years ago
6aa0d62
Add support for a top-down propagation pass.
by Vikram S. Adve
· 23 years ago
b195911
* s/method/function
by Chris Lattner
· 23 years ago
84428e1
First cut at implementing bottom up analysis
by Chris Lattner
· 23 years ago
1aa7132
Make getelementptr ConstExpr take a vector of constants not values
by Chris Lattner
· 23 years ago
1416089
Fix prototype to make function.
by Chris Lattner
· 23 years ago
0226fdb
*** empty log message ***
by Mehwish Nagda
· 23 years ago
ab6317a
Ensure ConstExpr constants are unique.
by Vikram S. Adve
· 23 years ago
5814008
Create a static version of Instruction::getOpcodeName(opCode) that
by Vikram S. Adve
· 23 years ago
29ab9f8
Added subclass ConstantExpr to represent expressions consructed from
by Vikram S. Adve
· 23 years ago
Next »