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
*
- Handle AC_CONFIG_SUBDIRS properly for existing "well known" projects
Reid Spencer
2004-09-07
1
-73
/
+14
*
- Perform all validity checks before doing anything.
Reid Spencer
2004-09-07
1
-4
/
+5
*
move AC_FUNC_ISINF and AC_FUNC_ISNAN to their own files.
Reid Spencer
2004-09-07
3
-34
/
+42
*
Individual autoconf function broken out of acincludes.m4. This change
Reid Spencer
2004-09-07
15
-0
/
+435
*
This is the documentation style sheet, not the one for the website.
Misha Brukman
2004-09-07
1
-1
/
+1
*
Remove extraneous blank lines.
Misha Brukman
2004-09-06
1
-3
/
+0
*
Add link to new howto on writing backends.
Misha Brukman
2004-09-06
1
-0
/
+3
*
How to write an LLVM backend, first draft.
Misha Brukman
2004-09-06
1
-0
/
+245
*
* Profile-guided needs a hyphen
Misha Brukman
2004-09-06
1
-4
/
+3
*
Reword to not use a link text `click here'.
Misha Brukman
2004-09-06
1
-2
/
+2
*
Modify the lines of code counting mechanism to use the new "countloc.sh"
Reid Spencer
2004-09-06
1
-1
/
+1
*
Added a tool to more accurately count the lines of code. The previous
Reid Spencer
2004-09-06
1
-0
/
+38
*
Add 64 bit divide instructions, and use them
Nate Begeman
2004-09-06
2
-34
/
+15
*
Remove double paren use in system() function so that the command line can
Reid Spencer
2004-09-05
1
-2
/
+2
*
HTML 4.01 STRICT compliance.
Reid Spencer
2004-09-05
1
-116
/
+150
*
Make section separator comments 80 chars, not 70.
Reid Spencer
2004-09-05
1
-184
/
+245
*
Indent to 2 spaces and cleanup excess whitespace.
Alkis Evlogimenos
2004-09-05
1
-48
/
+47
*
Indent to 2 spaces.
Alkis Evlogimenos
2004-09-05
1
-26
/
+27
*
Remove configuration of test/Programs/* Makefiles.
Reid Spencer
2004-09-05
2
-1060
/
+1999
*
Added the configuration of the test/Makefile.
Reid Spencer
2004-09-05
2
-0
/
+7
*
Add HAS_U_INT64_T
Reid Spencer
2004-09-05
1
-0
/
+3
*
Add LLVMC as a supported tool.
Reid Spencer
2004-09-05
1
-0
/
+1
*
Per Bug 257
Reid Spencer
2004-09-05
1
-1
/
+1
*
Make the NightlyTest run tests out of projects/llvm-test instead of
Reid Spencer
2004-09-05
1
-4
/
+6
*
Put a space between `Data' and `Structure' of DSA.
Misha Brukman
2004-09-05
3
-5
/
+5
*
Remove the bit about this document being my `notes', it has matured since then.
Misha Brukman
2004-09-05
1
-5
/
+0
*
Fix object/library filenames that have changed, clarify descriptions.
Misha Brukman
2004-09-05
2
-92
/
+60
*
Add DSA.
Misha Brukman
2004-09-05
1
-0
/
+3
*
* CSS was created to reduce re-specifying design styles: specify table cell
Misha Brukman
2004-09-05
2
-204
/
+216
*
* Change PPC32AsmPrinter => PowerPCAsmPrinter since it is now shared between
Misha Brukman
2004-09-05
3
-13
/
+59
*
Renamed PPC32AsmPrinter.cpp => PowerPCAsmPrinter.cpp as the Darwin and AIX asm
Misha Brukman
2004-09-05
1
-710
/
+0
*
Make sure llvm-test doesn't build automatically so the nightly test can
Reid Spencer
2004-09-04
1
-1
/
+1
*
Take one item off the "to do" list: implemented -O1 .. -O5 options for
Reid Spencer
2004-09-04
1
-2
/
+0
*
Convert makefile to use standard LLVM macros for tool names
Reid Spencer
2004-09-04
1
-22
/
+13
*
Make Stacker into a complete project with its own configuration.
Reid Spencer
2004-09-04
17
-12
/
+18336
*
Make the StackerCompiler and optimizing translator by running specific
Reid Spencer
2004-09-04
2
-3
/
+92
*
Make the Stacker compiler handle -O1 .. -O5 options so it is compliant with
Reid Spencer
2004-09-04
2
-72
/
+99
*
Include MathExtras.h to fix build breakage, thanks to Vladimir
Nate Begeman
2004-09-04
2
-0
/
+2
*
All PPC instructions are now auto-printed
Nate Begeman
2004-09-04
11
-1176
/
+944
*
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
[next]