This website requires JavaScript.
Explore
Help
Sign In
shylie
/
llvm-project
Watch
1
Star
0
Fork
0
You've already forked llvm-project
Code
Issues
Pull Requests
Actions
6
Packages
Projects
Releases
Wiki
Activity
llvm-project
/
llvm
/
lib
History
Chris Lattner
d09a9a788b
Allow tools with "consume after" options (like lli) to take more positional
...
opts than they take directly. Thanks to John C for pointing this problem out to me! llvm-svn: 22717
2005-08-08 21:57:27 +00:00
..
Analysis
* Unbreak optimized build (noticed by Eric van Riet Paap)
2005-08-04 14:16:48 +00:00
AsmParser
Fix grammar
2005-06-24 18:00:40 +00:00
Bytecode
Eliminate all remaining tabs and trailing spaces.
2005-07-27 06:12:32 +00:00
CodeGen
Handle 64-bit constant exprs on 64-bit targets.
2005-08-08 04:26:32 +00:00
Debugger
For PR495:
2005-07-07 23:21:43 +00:00
ExecutionEngine
one cannot allocate a global, until one is done initializing the global pointers
2005-08-01 17:35:40 +00:00
Linker
For PR495:
2005-07-07 23:21:43 +00:00
Support
Allow tools with "consume after" options (like lli) to take more positional
2005-08-08 21:57:27 +00:00
System
Fix grammar: it's == "it is".
2005-08-02 16:04:59 +00:00
Target
Remove getImmediateForOpcode, which is now dead.
2005-08-08 21:34:13 +00:00
Transforms
Use the new 'moveBefore' method to simplify some code. Really, which is
2005-08-08 19:11:57 +00:00
VMCore
add new helper function
2005-08-08 05:21:50 +00:00
Makefile
Add the Linker library
2004-11-14 21:54:41 +00:00