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
/
Support
Commit message (
Expand
)
Author
Age
Files
Lines
*
This is a dead directory now
Chris Lattner
2004-09-21
1
-5
/
+0
*
Changes For Bug 352
Reid Spencer
2004-09-01
41
-6173
/
+0
*
Add size member function.
Alkis Evlogimenos
2004-08-27
1
-0
/
+4
*
Add default index functor (an identity functor). You could use a
Alkis Evlogimenos
2004-08-26
1
-12
/
+18
*
Instead of int64_t, overload itostr with `long long' parameter.
Misha Brukman
2004-08-18
1
-8
/
+7
*
Add an overload
Chris Lattner
2004-08-17
1
-0
/
+7
*
Add itostr(long) for our furry 64-bit friends.
Misha Brukman
2004-08-17
1
-0
/
+7
*
Allow any cl::opt to use the method getPosition() to retrieve the option's
Reid Spencer
2004-08-13
1
-24
/
+34
*
Fix typo in comment.
Brian Gaeke
2004-07-29
1
-1
/
+1
*
Add back() and pop_back() methods to SetVector
Chris Lattner
2004-07-25
1
-14
/
+28
*
Add support for killing the program if it executes for too long.
Chris Lattner
2004-07-24
1
-2
/
+3
*
Include <iostream> here, because most people using DEBUG() want to use std::c...
Brian Gaeke
2004-07-21
1
-0
/
+3
*
Add greater_ptr functor.
Alkis Evlogimenos
2004-07-21
1
-0
/
+7
*
Add prototypes for platform-independent wrappers for isinf().
Brian Gaeke
2004-07-21
1
-0
/
+4
*
Use C++-style <cstdio> instead of C-style <stdio.h>
Misha Brukman
2004-07-20
1
-1
/
+1
*
Dump the old-fashioned C-style <ctype.h> in favor of new `C++'-style <cctype>
Misha Brukman
2004-07-20
1
-1
/
+1
*
isupper() and tolower() are declared in <ctype.h>
Misha Brukman
2004-07-20
1
-3
/
+3
*
Added support for stdint.h. It is now automatically included by
John Criswell
2004-07-19
1
-0
/
+1
*
Add a new macro to be used for the end of enum lists.
Chris Lattner
2004-07-16
1
-0
/
+1
*
Give SetVector range support
Chris Lattner
2004-07-15
1
-1
/
+17
*
Fix warning compiling with VC++
Chris Lattner
2004-07-12
1
-2
/
+2
*
Provide better support for pointer-valued command line arguments
Chris Lattner
2004-07-11
1
-0
/
+3
*
Add a new header
Chris Lattner
2004-07-11
1
-0
/
+35
*
Get rid of some cruft in the insert method.
Reid Spencer
2004-07-08
1
-3
/
+3
*
First version of a vector with uniqueness constraints (or a set with
Reid Spencer
2004-07-08
1
-0
/
+108
*
Add more operators.
Alkis Evlogimenos
2004-07-04
1
-0
/
+2
*
Get rid of Annotable's vtable. If anyone deletes an object through an Annota...
Chris Lattner
2004-06-27
1
-1
/
+1
*
Unbreak the build. tsk tsk
Chris Lattner
2004-06-25
1
-1
/
+1
*
Add a LowercaseString() utility function, courtesy of brg.
Misha Brukman
2004-06-24
1
-0
/
+7
*
Provide prototypes for IsNAN() wrapper.
Brian Gaeke
2004-06-23
1
-0
/
+4
*
Add some constants for VC
Chris Lattner
2004-06-04
1
-3
/
+11
*
Fix a *really* dumb warning on VC
Chris Lattner
2004-06-04
1
-1
/
+1
*
GCC doesn't like prefix form of cast with two identifiers I guess.
Chris Lattner
2004-06-04
1
-1
/
+1
*
Silence a warning
Chris Lattner
2004-06-04
1
-1
/
+1
*
Add ssize_t for VC++
Chris Lattner
2004-06-04
1
-2
/
+3
*
Add more needed typedefs
Chris Lattner
2004-06-04
1
-0
/
+2
*
Add explicit casts to silence warnings. There is no need to use snprintf here.
Chris Lattner
2004-06-04
1
-4
/
+4
*
Make this work with VC++
Chris Lattner
2004-06-04
1
-0
/
+7
*
The prototype for ParseCommandLineOptions changed at some point, but this
Chris Lattner
2004-06-03
1
-1
/
+1
*
Only use the non-standards-compliant std::distance on the compiler that is
Chris Lattner
2004-06-03
1
-4
/
+5
*
Add a new CopyFile function
Chris Lattner
2004-06-02
1
-1
/
+5
*
Add comparator useful for natural comparisons on collections with
Alkis Evlogimenos
2004-05-30
1
-0
/
+6
*
Add a new function for the JIT
Chris Lattner
2004-05-28
1
-0
/
+7
*
Add a pair of functions to hide system specific details of mapping a file in ...
Chris Lattner
2004-05-28
1
-1
/
+11
*
Beta-test moving a header from include/Support into the llvm hierarchy:
Chris Lattner
2004-05-27
1
-32
/
+0
*
Remember the set of leaders. Also compute on demand and cache the equiv
Vikram S. Adve
2004-05-23
1
-32
/
+52
*
Add the enum corresponding to the source change I made earlier
Chris Lattner
2004-05-07
1
-2
/
+3
*
Move the stuff that fixes the size, orientation & fonts of graphs to
Brian Gaeke
2004-05-05
1
-3
/
+2
*
Declare iterator as public since it is defined as such (gcc-3.4 fix)
Alkis Evlogimenos
2004-04-21
1
-1
/
+1
*
Switch to including <iostream> for compatibility with gcc-3.0.x (Debian).
Brian Gaeke
2004-04-16
1
-1
/
+1
[next]