index
:
bcm5719-llvm
meklort-10.0.0
meklort-10.0.1
ortega-7.0.1
Project Ortega BCM5719 LLVM
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
llvm
/
include
/
llvm
/
Support
/
CommandLine.h
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Add external definitions for commonly-used template specializations and add
Chris Lattner
2006-08-27
1
-2
/
+37
*
Add an out-of-line virtual method to provide a home for the cl::option class.
Chris Lattner
2006-07-18
1
-0
/
+3
*
Make it possible to override the standard version printer. Not all tools
Reid Spencer
2006-06-05
1
-0
/
+7
*
Don't use old-style casts. This prevents compiler warnings when CommandLine.h
Reid Spencer
2006-05-12
1
-2
/
+2
*
Move the END_WITH_NULL marker. Vladimir suggests that this works better with
Chris Lattner
2005-10-24
1
-7
/
+2
*
Work around GCC's dislike of attributes on function definitions.
Jeff Cohen
2005-10-23
1
-1
/
+6
*
When a function takes a variable number of pointer arguments, with a zero
Jeff Cohen
2005-10-23
1
-1
/
+2
*
Fix errors when compiling with -pedantic
Chris Lattner
2005-10-14
1
-5
/
+5
*
Change unsigned lng to unsigned.
Jim Laskey
2005-08-26
1
-7
/
+7
*
Added cl::bits option type (bit vectors). See "Collecting options as a set
Jim Laskey
2005-08-25
1
-0
/
+182
*
Eliminate tabs and trailing spaces.
Jeff Cohen
2005-07-27
1
-1
/
+1
*
Make sure a variable is initialized before use to clean up a warning from
Reid Spencer
2005-06-18
1
-1
/
+2
*
silence a huge number of bogus warnings with GCC 4 on Reid's tester.
Chris Lattner
2005-06-17
1
-1
/
+2
*
Change some old-style casts to C++ style casts to avoid warnings in XPS
Reid Spencer
2005-04-22
1
-4
/
+4
*
Remove trailing whitespace
Misha Brukman
2005-04-21
1
-23
/
+23
*
Added a size_type typedef to LLVM containers to make Visual Studio shut up
Reid Spencer
2004-12-13
1
-1
/
+1
*
Make a const method const
Reid Spencer
2004-12-05
1
-1
/
+1
*
Per code review:
Reid Spencer
2004-11-16
1
-7
/
+13
*
Add the MoreHelp function pointer. If non-null, this specifies a function to ...
Reid Spencer
2004-11-14
1
-0
/
+8
*
Convert 'struct' to 'class' in various places to adhere to the coding standards
Chris Lattner
2004-10-27
1
-14
/
+18
*
Changes For Bug 352
Reid Spencer
2004-09-01
1
-0
/
+1049
*
Move support directory
Chris Lattner
2001-11-29
1
-399
/
+0
*
Create a new #include "Support/..." directory structure to move things
Chris Lattner
2001-11-27
1
-0
/
+399
[prev]