index
:
external_llvm.git
replicant-6.0
Unnamed repository; edit this file 'description' to name the repository.
git repository hosting
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
Get rid of an un-needed and un-used GCCism. ATTR_DEPRECATED is used nowhere
Reid Spencer
2004-09-03
1
-3
/
+0
*
Clean up some "clean:" targets so they use $(VERB) and don't print anything
Reid Spencer
2004-09-03
4
-6
/
+6
*
Make tblgen's exception handling a little more robust by printing the
Reid Spencer
2004-09-03
1
-1
/
+8
*
Don't re-instantiate the std::string in catch block.
Reid Spencer
2004-09-03
1
-1
/
+1
*
Uh, changing in build dir and committing in src dir doesn't lead to correct
Reid Spencer
2004-09-03
1
-1
/
+1
*
Correct the specification of the DIRS variable to not include the source
Reid Spencer
2004-09-03
1
-1
/
+1
*
I was actually wrong in my "simplification".
Misha Brukman
2004-09-03
1
-2
/
+5
*
Simplify check for uint64_t and u_int64_t
Misha Brukman
2004-09-03
1
-5
/
+2
*
Provide correct definition of uint64_t for platforms that have only
Reid Spencer
2004-09-03
1
-0
/
+12
*
Order #includes alphabetically, local .h files first.
Misha Brukman
2004-09-03
1
-3
/
+2
*
Fixes to make LLVM compile with vc7.1.
Alkis Evlogimenos
2004-09-03
14
-6
/
+16
*
Regenerated after Reid's change for uint64_t/u_int64_t (patch by Bill Wendling)
Misha Brukman
2004-09-02
1
-6
/
+7
*
Make the text of this file a little more useful.
Reid Spencer
2004-09-02
1
-1
/
+12
*
Don't just assume that either uint64_t or u_int64_t is available. Instead,
Reid Spencer
2004-09-02
1
-2
/
+3
*
Change the way we choose a free register: instead of picking the first
Alkis Evlogimenos
2004-09-02
1
-4
/
+15
*
Change the way we choose a free register: instead of picking the first
Alkis Evlogimenos
2004-09-02
1
-3
/
+14
*
Added a check for u_int64_t, which is used by Interix.
John Criswell
2004-09-02
2
-1986
/
+840
*
Added u_int64_t because some systems use that instead of uint64_t.
John Criswell
2004-09-02
1
-0
/
+3
*
We don't need to sort the added vector as unhandled intervals are
Alkis Evlogimenos
2004-09-02
1
-1
/
+0
*
Convert remaining X-Form and Pseudo instructions over to asm writer
Nate Begeman
2004-09-02
6
-119
/
+91
*
Pull in definition of std::unary_function.
Alkis Evlogimenos
2004-09-02
2
-0
/
+2
*
Unbreak build
Brian Gaeke
2004-09-02
2
-2
/
+2
*
Back to compiling land for v8
Brian Gaeke
2004-09-02
10
-14
/
+14
*
Changes For Bug 352
Reid Spencer
2004-09-01
424
-7662
/
+766
*
Be a bit more efficient when processing the active and inactive
Alkis Evlogimenos
2004-09-01
2
-52
/
+62
*
Give a better assertion if we see a use before a def.
Alkis Evlogimenos
2004-09-01
1
-0
/
+2
*
Make sure <cassert> is included for platforms that don't include it via
Reid Spencer
2004-09-01
1
-0
/
+1
*
mkdtemp doesn't exist on Cygwin. Use tempnam & mkdir instead.
Reid Spencer
2004-09-01
1
-5
/
+7
*
Make CommandLine prefix error output with the name of the program.
Reid Spencer
2004-09-01
1
-13
/
+20
*
Initial commit for platform independent system configuration support.
Reid Spencer
2004-08-31
1
-0
/
+30
*
Add support for FreeBSD
Reid Spencer
2004-08-31
4
-0
/
+126
*
Add support for Interix and FreeBSD
Reid Spencer
2004-08-31
6
-4
/
+130
*
Actually define PreventCoreFiles in the sys namespace.
Reid Spencer
2004-08-31
1
-3
/
+1
*
Add a new abstraction, SysConfig for platform independent system
Reid Spencer
2004-08-31
8
-0
/
+200
*
Minor code clarity changes.
Alkis Evlogimenos
2004-08-31
1
-4
/
+6
*
Fix a "test" botch.
Reid Spencer
2004-08-31
2
-82
/
+125
*
convert M and MD form instructions to generated asm writer
Nate Begeman
2004-08-31
2
-20
/
+41
*
Recognize Interix systems as if they were SunOS and make sure we don't
Reid Spencer
2004-08-31
2
-28
/
+48
*
Move the GetTemporaryDirectory function from "generic Unix" to platform
Reid Spencer
2004-08-30
7
-24
/
+100
*
Add inclusion of assert.h
Reid Spencer
2004-08-30
1
-0
/
+1
*
Initial commit of a configuration file for compiling C++ programs with
Reid Spencer
2004-08-30
1
-0
/
+61
*
Implement the "setIncludePaths" and "setSymbolDefines" interface methods.
Reid Spencer
2004-08-30
5
-50
/
+157
*
Pass lists of -I and -D options through to the Compiler Driver.
Reid Spencer
2004-08-30
1
-0
/
+17
*
Add a blurb about exploiting the use of external storage.
Reid Spencer
2004-08-30
1
-2
/
+10
*
Move yet more instructions over to being printed by the generated asm writer
Nate Begeman
2004-08-30
4
-134
/
+188
*
Abbreviate the long descriptions which are now in docs/SystemLibrary.html.
Reid Spencer
2004-08-30
1
-79
/
+26
*
Reduce the number of arguments in the instruction builder and make some
Reid Spencer
2004-08-30
2
-160
/
+137
*
Need to throw std::string not const char* if we want error messages to be
Reid Spencer
2004-08-30
1
-3
/
+3
*
Synchronize documentation of configuration items and substitutions with
Reid Spencer
2004-08-29
1
-80
/
+31
*
Convert A-Form instructions to auto-generated asm writer
Nate Begeman
2004-08-29
2
-45
/
+62
[next]