projects
/
oota-llvm.git
/ search
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
Simplify some code
2001-10-16
Chris Lattner
Simplify some code
commit
|
commitdiff
|
tree
2001-10-15
Chris Lattner
Add rule to build executables
commit
|
commitdiff
|
tree
2001-10-15
Chris Lattner
Emit the proper .type declarations to tell the debugger...
commit
|
commitdiff
|
tree
2001-10-15
Chris Lattner
Handle abnormal jmpl syntax correctly
commit
|
commitdiff
|
tree
2001-10-15
Chris Lattner
Implement ulong & long support
commit
|
commitdiff
|
tree
2001-10-15
Chris Lattner
Make main do some simple work without requiring main...
commit
|
commitdiff
|
tree
2001-10-15
Chris Lattner
Print Debug Code to stderr instead of stdout so that...
commit
|
commitdiff
|
tree
2001-10-15
Chris Lattner
Output to cerr rather than cout so that debug info...
commit
|
commitdiff
|
tree
2001-10-15
Chris Lattner
Compile with v9 extensions
commit
|
commitdiff
|
tree
2001-10-15
Chris Lattner
ConcretePass should not be a templated class!
commit
|
commitdiff
|
tree
2001-10-15
Chris Lattner
Minor cleanups
commit
|
commitdiff
|
tree
2001-10-15
Chris Lattner
Add new Pass infrastructure and some examples
commit
|
commitdiff
|
tree
2001-10-15
Chris Lattner
Use the new Pass infrastructure to clean up llc
commit
|
commitdiff
|
tree
2001-10-15
Chris Lattner
Convert to use Pass infrastructure
commit
|
commitdiff
|
tree
2001-10-15
Chris Lattner
File moved to: llvm/Transforms/HoistPHIConstants.h
commit
|
commitdiff
|
tree
2001-10-15
Chris Lattner
Add library
commit
|
commitdiff
|
tree
2001-10-15
Chris Lattner
Be const correct
commit
|
commitdiff
|
tree
2001-10-15
Chris Lattner
Minor code cleanups
commit
|
commitdiff
|
tree
2001-10-15
Chris Lattner
Add cast_or_null & dyn_cast_or_null
commit
|
commitdiff
|
tree
2001-10-15
Chris Lattner
Implement initializers for structs and pointers
commit
|
commitdiff
|
tree
2001-10-15
Chris Lattner
Rename ConstPoolPointerReference to ConstPoolPointerRef...
commit
|
commitdiff
|
tree
2001-10-15
Chris Lattner
Improve error messages on assertion failure.
commit
|
commitdiff
|
tree
2001-10-15
Chris Lattner
* getExitNode() doesn't exist in method anymore
commit
|
commitdiff
|
tree
2001-10-15
Chris Lattner
Implement global variables. Struct and Pointer initializers...
commit
|
commitdiff
|
tree
2001-10-15
Chris Lattner
Implement linking of global variable constant references
commit
|
commitdiff
|
tree
2001-10-15
Chris Lattner
Add some more interesting test cases for the linker
commit
|
commitdiff
|
tree
2001-10-15
Chris Lattner
Oops, didn't handle hex values correctly. :(
commit
|
commitdiff
|
tree
2001-10-14
Chris Lattner
* Fix the constpoolarray -> c"" printing routines to...
commit
|
commitdiff
|
tree
2001-10-14
Chris Lattner
*** empty log message ***
commit
|
commitdiff
|
tree
2001-10-14
Chris Lattner
Minor cleanup
commit
|
commitdiff
|
tree
2001-10-14
Chris Lattner
Implement linker. It's 95% working now.
commit
|
commitdiff
|
tree
2001-10-14
Chris Lattner
More interesting testcase
commit
|
commitdiff
|
tree
2001-10-14
Chris Lattner
External methods shouldn't have argument lists
commit
|
commitdiff
|
tree
2001-10-14
Chris Lattner
Update comment, remove misleading method
commit
|
commitdiff
|
tree
2001-10-14
Chris Lattner
Initializers are not const even if the GV is.
commit
|
commitdiff
|
tree
2001-10-14
Chris Lattner
Add a new -d argument to dump the internal rep as assembly.
commit
|
commitdiff
|
tree
2001-10-14
Chris Lattner
Move the burg file to here. Add .in suffix to indicate...
commit
|
commitdiff
|
tree
2001-10-14
Chris Lattner
Make the sparc.burg file be a little more flexible...
commit
|
commitdiff
|
tree
2001-10-14
Chris Lattner
Use the instruction.def file to remain up to date with...
commit
|
commitdiff
|
tree
2001-10-14
Chris Lattner
New file to define instructions...
commit
|
commitdiff
|
tree
2001-10-14
Chris Lattner
Burg files should come out of the Debug Directory for...
commit
|
commitdiff
|
tree
2001-10-13
Chris Lattner
New module linking functionality prototype
commit
|
commitdiff
|
tree
2001-10-13
Chris Lattner
Check in makefile
commit
|
commitdiff
|
tree
2001-10-13
Chris Lattner
Add C source for testmisc.ll
commit
|
commitdiff
|
tree
2001-10-13
Chris Lattner
Dang, I screwed up the merge. This should be better
commit
|
commitdiff
|
tree
2001-10-13
Chris Lattner
New testcase for testing constant pointers to globals
commit
|
commitdiff
|
tree
2001-10-13
Chris Lattner
Test files for linker
commit
|
commitdiff
|
tree
2001-10-13
Chris Lattner
MethodTypes take an explicit isVarArg argument
commit
|
commitdiff
|
tree
2001-10-13
Chris Lattner
Fix comment flyer
commit
|
commitdiff
|
tree
2001-10-13
Chris Lattner
Add new linker
commit
|
commitdiff
|
tree
2001-10-13
Chris Lattner
Build the new linker
commit
|
commitdiff
|
tree
2001-10-13
Chris Lattner
Use null keyword instead of kludge
commit
|
commitdiff
|
tree
2001-10-13
Chris Lattner
Add more function call and prototype specific tests
commit
|
commitdiff
|
tree
2001-10-13
Chris Lattner
Compile the transforms directory
commit
|
commitdiff
|
tree
2001-10-13
Chris Lattner
Start of a linker
commit
|
commitdiff
|
tree
2001-10-13
Chris Lattner
Implement the invoke instruction
commit
|
commitdiff
|
tree
2001-10-13
Chris Lattner
* Fix a nefarious bugs: TypesEqual was wrong for varargs...
commit
|
commitdiff
|
tree
2001-10-13
Chris Lattner
Convert a runtime check into an assertion
commit
|
commitdiff
|
tree
2001-10-13
Chris Lattner
* Add support for Module specific constants
commit
|
commitdiff
|
tree
2001-10-13
Chris Lattner
Add new TerminatorInst ctor for invoke
commit
|
commitdiff
|
tree
2001-10-13
Chris Lattner
* Fix TODO
commit
|
commitdiff
|
tree
2001-10-13
Chris Lattner
Fix broken #endif
commit
|
commitdiff
|
tree
2001-10-13
Chris Lattner
* Add #include
commit
|
commitdiff
|
tree
2001-10-13
Chris Lattner
Add StringList support
commit
|
commitdiff
|
tree
2001-10-13
Chris Lattner
Support the invoke instruction
commit
|
commitdiff
|
tree
2001-10-13
Chris Lattner
Support indirect calls
commit
|
commitdiff
|
tree
2001-10-13
Chris Lattner
not is a keyword in ansi C++, avoid it
commit
|
commitdiff
|
tree
2001-10-13
Chris Lattner
* Fix privacy issues on RegToRefVecMap
commit
|
commitdiff
|
tree
2001-10-13
Chris Lattner
* Use new style casts more
commit
|
commitdiff
|
tree
2001-10-13
Chris Lattner
* Add real support for global variable addresses initializin...
commit
|
commitdiff
|
tree
2001-10-13
Chris Lattner
* Support writing GlobalVariables with info comments...
commit
|
commitdiff
|
tree
2001-10-13
Chris Lattner
* Add support for forward references of global variable...
commit
|
commitdiff
|
tree
2001-10-13
Chris Lattner
Add operator< to ValID's so that they can be put in...
commit
|
commitdiff
|
tree
2001-10-13
Chris Lattner
Remove exception specification
commit
|
commitdiff
|
tree
2001-10-13
Chris Lattner
Support the new Invoke instruction
commit
|
commitdiff
|
tree
2001-10-13
Chris Lattner
Support pointers to globals happily
commit
|
commitdiff
|
tree
2001-10-13
Chris Lattner
Fix code to make GCC 2.96 happy
commit
|
commitdiff
|
tree
2001-10-13
Chris Lattner
* Add support for Invoke instructions
commit
|
commitdiff
|
tree
2001-10-13
Chris Lattner
Fix filename in comment
commit
|
commitdiff
|
tree
2001-10-13
Chris Lattner
Better linux support. This file still sucks
commit
|
commitdiff
|
tree
2001-10-13
Chris Lattner
Fix broken #endif
commit
|
commitdiff
|
tree
2001-10-13
Chris Lattner
not is a keyword in Ansi C++. Avoid it
commit
|
commitdiff
|
tree
2001-10-13
Chris Lattner
Clean up initializers for GCC 2.96
commit
|
commitdiff
|
tree
2001-10-13
Chris Lattner
Remove exception specification. Only slows code down.
commit
|
commitdiff
|
tree
2001-10-13
Chris Lattner
Changes to compile with GCC 2.96
commit
|
commitdiff
|
tree
2001-10-13
Chris Lattner
Add comment indicating semantics of indirect calls
commit
|
commitdiff
|
tree
2001-10-13
Chris Lattner
New ctor for invoke inst
commit
|
commitdiff
|
tree
2001-10-13
Chris Lattner
Add support for indirect calls
commit
|
commitdiff
|
tree
2001-10-13
Chris Lattner
Add some casts to make GCC 2.96 happy.
commit
|
commitdiff
|
tree
2001-10-13
Chris Lattner
Add use_back() methods
commit
|
commitdiff
|
tree
2001-10-13
Chris Lattner
Add classof implementations for User
commit
|
commitdiff
|
tree
2001-10-13
Chris Lattner
Expose typedefs
commit
|
commitdiff
|
tree
2001-10-13
Chris Lattner
Add support for module local constants
commit
|
commitdiff
|
tree
2001-10-13
Chris Lattner
Add new opcode for Invoke instruction
commit
|
commitdiff
|
tree
2001-10-13
Chris Lattner
Minor changes, add new ctor for invoke instruction
commit
|
commitdiff
|
tree
2001-10-13
Chris Lattner
Add assertions
commit
|
commitdiff
|
tree
2001-10-13
Chris Lattner
* Minor Formatting changes.
commit
|
commitdiff
|
tree
2001-10-13
Chris Lattner
* Add destroyConstant stuff to handle module local...
commit
|
commitdiff
|
tree
2001-10-13
Chris Lattner
Update todo's
commit
|
commitdiff
|
tree
2001-10-13
Chris Lattner
Each tools should not make tags
commit
|
commitdiff
|
tree
next