Chris Lattner
|
793d678316
|
Fix a bug when compiling 'shl ubyte * %var, ubyte 2'
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@295 91177308-0d34-0410-b5e6-96231b3b80d8
|
2001-07-25 22:47:32 +00:00 |
|
Chris Lattner
|
50f98f0702
|
Filter out noncore stuff
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@294 91177308-0d34-0410-b5e6-96231b3b80d8
|
2001-07-25 22:46:22 +00:00 |
|
Chris Lattner
|
3805e4ccfa
|
Fixed a bug exposed when doing something like this: <program> -notanoption --help
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@293 91177308-0d34-0410-b5e6-96231b3b80d8
|
2001-07-25 18:40:49 +00:00 |
|
Ruchira Sasanka
|
b2d11bad7e
|
Changed printValue() to print constant value if the value is a constant.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@292 91177308-0d34-0410-b5e6-96231b3b80d8
|
2001-07-24 18:21:21 +00:00 |
|
Ruchira Sasanka
|
683847fb75
|
*** empty log message ***
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@291 91177308-0d34-0410-b5e6-96231b3b80d8
|
2001-07-24 17:14:13 +00:00 |
|
Chris Lattner
|
2233a07b68
|
Doh! Wrong Optional flag. :(
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@290 91177308-0d34-0410-b5e6-96231b3b80d8
|
2001-07-23 23:14:23 +00:00 |
|
Chris Lattner
|
03fe1bd149
|
Add a comment indicating that there is documentation of the library
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@289 91177308-0d34-0410-b5e6-96231b3b80d8
|
2001-07-23 23:04:07 +00:00 |
|
Chris Lattner
|
209c7f41f9
|
Initial checking of some rough documentation for commandline library
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@288 91177308-0d34-0410-b5e6-96231b3b80d8
|
2001-07-23 23:03:12 +00:00 |
|
Chris Lattner
|
afb0cbb9f8
|
Change option name slightly
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@287 91177308-0d34-0410-b5e6-96231b3b80d8
|
2001-07-23 23:02:51 +00:00 |
|
Chris Lattner
|
dc4693dbcf
|
Minor changes to implementation of CommandLine library to let users override
options forced by different subclasses of Option
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@286 91177308-0d34-0410-b5e6-96231b3b80d8
|
2001-07-23 23:02:45 +00:00 |
|
Chris Lattner
|
7ae36bbe06
|
Add a missing </a> tag
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@285 91177308-0d34-0410-b5e6-96231b3b80d8
|
2001-07-23 20:40:41 +00:00 |
|
Chris Lattner
|
a8e1fd30ed
|
Use the new Alias command line option
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@284 91177308-0d34-0410-b5e6-96231b3b80d8
|
2001-07-23 20:22:30 +00:00 |
|
Chris Lattner
|
1e78f36127
|
CommandLine library cleanup. No longer use getValue/setValue, instead, just treat the commandline
args as the objects they represent and the "right thing" will happen
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@283 91177308-0d34-0410-b5e6-96231b3b80d8
|
2001-07-23 19:27:24 +00:00 |
|
Chris Lattner
|
b49ff5c5ee
|
Doh! Wrong accessor. Caused 'can not read bytecode' errors. :(
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@282 91177308-0d34-0410-b5e6-96231b3b80d8
|
2001-07-23 18:51:23 +00:00 |
|
Chris Lattner
|
e2aad23855
|
-help is verbose enough that we don't need this anymore
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@281 91177308-0d34-0410-b5e6-96231b3b80d8
|
2001-07-23 18:31:02 +00:00 |
|
Chris Lattner
|
4bc3daaa3f
|
Eliminated the Unique class in favor of NonCopyable and NonCopyableV
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@280 91177308-0d34-0410-b5e6-96231b3b80d8
|
2001-07-23 18:26:21 +00:00 |
|
Chris Lattner
|
57dbb3ad63
|
Moved inline/llvm/Tools/* to include/llvm/Support/*
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@279 91177308-0d34-0410-b5e6-96231b3b80d8
|
2001-07-23 17:46:59 +00:00 |
|
Chris Lattner
|
dbab15a2c9
|
Initial checkin
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@278 91177308-0d34-0410-b5e6-96231b3b80d8
|
2001-07-23 17:17:47 +00:00 |
|
Chris Lattner
|
50d89859e2
|
Fix coding style issues to actually attempt to be somewhat uniform
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@277 91177308-0d34-0410-b5e6-96231b3b80d8
|
2001-07-23 05:03:15 +00:00 |
|
Chris Lattner
|
d8fa8e2aa1
|
Nonpolymorphic class, doesn't need a virtual dtor!
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@276 91177308-0d34-0410-b5e6-96231b3b80d8
|
2001-07-23 03:57:05 +00:00 |
|
Chris Lattner
|
75279ccc75
|
Clean up hash table usage
Remove opaque pointer used for C compatibility which isn't an issue
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@275 91177308-0d34-0410-b5e6-96231b3b80d8
|
2001-07-23 03:50:57 +00:00 |
|
Chris Lattner
|
6c5a32d545
|
Removal of the redundant CompileContext wrapper
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@274 91177308-0d34-0410-b5e6-96231b3b80d8
|
2001-07-23 03:09:03 +00:00 |
|
Chris Lattner
|
0f68368fd8
|
Verbosify descriptions
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@273 91177308-0d34-0410-b5e6-96231b3b80d8
|
2001-07-23 02:54:25 +00:00 |
|
Chris Lattner
|
8f367bd3c0
|
Large scale changes to implement new command line argument facility
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@272 91177308-0d34-0410-b5e6-96231b3b80d8
|
2001-07-23 02:35:57 +00:00 |
|
Chris Lattner
|
a28504313d
|
Remove dependence on command line library. Silly anyway.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@271 91177308-0d34-0410-b5e6-96231b3b80d8
|
2001-07-22 18:36:00 +00:00 |
|
Chris Lattner
|
86b5f3c524
|
Make it pickier
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@270 91177308-0d34-0410-b5e6-96231b3b80d8
|
2001-07-22 05:45:46 +00:00 |
|
Chris Lattner
|
3fcf6ec1e9
|
Add flag for emacs so it realizes it's C++ code
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@269 91177308-0d34-0410-b5e6-96231b3b80d8
|
2001-07-22 05:15:16 +00:00 |
|
Chris Lattner
|
90147816f6
|
New test case
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@268 91177308-0d34-0410-b5e6-96231b3b80d8
|
2001-07-22 05:00:34 +00:00 |
|
Chris Lattner
|
aceb9132b7
|
Privatize LLCOptions. It had no business being visible to the entire
program.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@267 91177308-0d34-0410-b5e6-96231b3b80d8
|
2001-07-22 04:40:02 +00:00 |
|
Chris Lattner
|
c21d4fcb20
|
Move private header into private directory
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@266 91177308-0d34-0410-b5e6-96231b3b80d8
|
2001-07-22 03:59:25 +00:00 |
|
Chris Lattner
|
953e0d7076
|
Convert from using C style char*'s to strings.
Look ma, no strdups
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@265 91177308-0d34-0410-b5e6-96231b3b80d8
|
2001-07-22 03:57:31 +00:00 |
|
Chris Lattner
|
29f921ca75
|
Remove String file some more
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@264 91177308-0d34-0410-b5e6-96231b3b80d8
|
2001-07-22 00:46:48 +00:00 |
|
Chris Lattner
|
c03520210c
|
Remove stringutils.h file
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@263 91177308-0d34-0410-b5e6-96231b3b80d8
|
2001-07-22 00:18:33 +00:00 |
|
Chris Lattner
|
7ac1040ece
|
Destroy the StringUtils.h file
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@262 91177308-0d34-0410-b5e6-96231b3b80d8
|
2001-07-22 00:18:10 +00:00 |
|
Chris Lattner
|
68498cefe6
|
Eliminate lots of unnecessary #includes and forward decls
there are probably more to kill
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@261 91177308-0d34-0410-b5e6-96231b3b80d8
|
2001-07-21 23:24:48 +00:00 |
|
Chris Lattner
|
942d99e4c8
|
Eliminate many unneccesary #includes
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@260 91177308-0d34-0410-b5e6-96231b3b80d8
|
2001-07-21 22:59:56 +00:00 |
|
Chris Lattner
|
51a9ad93af
|
Make code fit in 80 columns more
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@259 91177308-0d34-0410-b5e6-96231b3b80d8
|
2001-07-21 22:57:05 +00:00 |
|
Chris Lattner
|
36765b0c3f
|
Remove unneccesary #includes
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@258 91177308-0d34-0410-b5e6-96231b3b80d8
|
2001-07-21 22:53:35 +00:00 |
|
Chris Lattner
|
57738965f8
|
Exterminate nasty Cisms
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@257 91177308-0d34-0410-b5e6-96231b3b80d8
|
2001-07-21 22:42:09 +00:00 |
|
Chris Lattner
|
e23fb7c8ee
|
Refer to include/llvm/CodeGen not Codegen
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@256 91177308-0d34-0410-b5e6-96231b3b80d8
|
2001-07-21 22:32:34 +00:00 |
|
Chris Lattner
|
a99495ae53
|
Instructions for use
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@255 91177308-0d34-0410-b5e6-96231b3b80d8
|
2001-07-21 21:05:39 +00:00 |
|
Chris Lattner
|
ea1c7b6f7d
|
Make sure we build all of the code!
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@254 91177308-0d34-0410-b5e6-96231b3b80d8
|
2001-07-21 21:04:03 +00:00 |
|
Chris Lattner
|
7e583cfafe
|
Renamed include/llvm/Codegen to include/llvm/CodeGen
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@253 91177308-0d34-0410-b5e6-96231b3b80d8
|
2001-07-21 20:58:30 +00:00 |
|
Chris Lattner
|
f9be9a9bf1
|
Fix code to be in a consistent style
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@252 91177308-0d34-0410-b5e6-96231b3b80d8
|
2001-07-21 20:09:07 +00:00 |
|
Chris Lattner
|
87bdcaf2b8
|
More minor reorganizations
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@251 91177308-0d34-0410-b5e6-96231b3b80d8
|
2001-07-21 20:08:52 +00:00 |
|
Chris Lattner
|
cfad5df977
|
Remove getTempValuesForMachineCode from the Instruction interface
to remove dependency on <vector>
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@250 91177308-0d34-0410-b5e6-96231b3b80d8
|
2001-07-21 20:04:10 +00:00 |
|
Chris Lattner
|
90e7453e35
|
Filter out the sparc.burm.c file
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@249 91177308-0d34-0410-b5e6-96231b3b80d8
|
2001-07-21 19:43:08 +00:00 |
|
Chris Lattner
|
d9c03441b5
|
Moved LLC subdir to the tools top level directory
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@248 91177308-0d34-0410-b5e6-96231b3b80d8
|
2001-07-21 19:33:01 +00:00 |
|
Chris Lattner
|
0df0e74f2b
|
Make the makefile work
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@247 91177308-0d34-0410-b5e6-96231b3b80d8
|
2001-07-21 19:31:40 +00:00 |
|
Chris Lattner
|
d7fa0fdbd7
|
Add new ctor for ConstPoolBool
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@246 91177308-0d34-0410-b5e6-96231b3b80d8
|
2001-07-21 19:16:08 +00:00 |
|