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
*
Use the newly abstracted interface for running our tools and gcc.
Misha Brukman
2003-09-29
1
-437
/
+18
*
Fixed space issues, code alignment, tabs -> spaces.
Misha Brukman
2003-09-29
2
-22
/
+22
*
Implementation of the abstraction of running our tools + gcc, taken out of
Misha Brukman
2003-09-29
3
-0
/
+1122
*
Abstracted away the process of running our tools + gcc from bugpoint.
Misha Brukman
2003-09-29
3
-0
/
+345
*
Tersified and fixed whitespace (tabs -> spaces).
Misha Brukman
2003-09-29
2
-20
/
+12
*
* Added an interface for how LLEE would communicate with the OS
Misha Brukman
2003-09-29
7
-74
/
+263
*
Tersified code:
Misha Brukman
2003-09-29
2
-78
/
+66
*
update run command
Chris Lattner
2003-09-29
1
-1
/
+1
*
* Ordered includes according to LLVM programmers' guide
Misha Brukman
2003-09-29
2
-254
/
+100
*
Simplify test, include problem analysis
Chris Lattner
2003-09-29
1
-3
/
+7
*
Added Makefiles to llvm/test/Programs/SingleSource/Regression/C++/EH and
John Criswell
2003-09-29
2
-28
/
+42
*
Adding Makefiles for llvm/test/Programs/SingleSource/Regression/C++/EH and
John Criswell
2003-09-29
1
-0
/
+4
*
Updated for the new QMTest test suite. Temporary output file is now placed
John Criswell
2003-09-29
1
-1
/
+1
*
New testcase, distilled by John
Chris Lattner
2003-09-29
1
-0
/
+11
*
Added information on input and output filenames.
John Criswell
2003-09-29
2
-16
/
+100
*
Removed Support directory. It now lives in llvm/support/lib.
John Criswell
2003-09-29
1
-1
/
+1
*
Check in missing makefile
Chris Lattner
2003-09-29
1
-0
/
+6
*
Initial checkin of makefile for this directory
Chris Lattner
2003-09-29
1
-0
/
+6
*
Moved code from llvm/lib/Support to llvm/support/lib/Support.
John Criswell
2003-09-29
2
-2
/
+2
*
Moved llvm/utils/Burg and llvm/utils/TableGen to llvm/support/tools.
John Criswell
2003-09-29
1
-4
/
+0
*
Moved llvm/lib/Support to llvm/support/lib/Support.
John Criswell
2003-09-29
3
-57
/
+78
*
Updating Makefiles for new location in llvm/support.
John Criswell
2003-09-29
1
-0
/
+6
*
Updated Makefiles to reflect new location in llvm/support/tools.
John Criswell
2003-09-29
4
-4
/
+4
*
Added explanation of where analyze gets its input, where it sends its output,
John Criswell
2003-09-29
1
-5
/
+10
*
Squelch warnings.
Misha Brukman
2003-09-27
2
-3
/
+3
*
Updated these tests so that they use the new temporary directory as opposed
John Criswell
2003-09-26
7
-21
/
+21
*
Moved llvm/test/Programs/SingleSource/Regression around a bit to support
John Criswell
2003-09-26
2
-28
/
+42
*
Updated to generate temporary files in the temporary directory.
John Criswell
2003-09-26
2
-6
/
+6
*
Added information on how input and output files are selected.
John Criswell
2003-09-26
2
-17
/
+42
*
Removing these tests from the regressions directory.
John Criswell
2003-09-26
21
-358
/
+0
*
Added llvm/test/Programs/SingleSource/Regression/Makefile.
John Criswell
2003-09-26
2
-28
/
+35
*
Just rethrow previous exception instead of making a new one
Chris Lattner
2003-09-26
1
-1
/
+1
*
Modified the test so that it puts temporary files into the temporary directory.
John Criswell
2003-09-26
1
-3
/
+3
*
Added information about how llvm-as and llvm-dis select the input and output
John Criswell
2003-09-26
2
-13
/
+62
*
Change the heading of the page to reflect the tool name
Chris Lattner
2003-09-25
10
-20
/
+20
*
Added an explanation of gccld's behavior when linking in native mode.
John Criswell
2003-09-25
1
-0
/
+8
*
Added information about the new -native option.
John Criswell
2003-09-25
1
-8
/
+64
*
To be consistent with the rest of LLVM codebase (and the rest of this file):
Misha Brukman
2003-09-25
1
-27
/
+27
*
Moved wierdnames.ll to weirdnames.ll. The new name is spelled correctly.
John Criswell
2003-09-25
1
-0
/
+0
*
Made modifications recommended by Chris. Namely:
John Criswell
2003-09-25
1
-15
/
+11
*
Define the instance variable Buffer, not the automatic variable Buffer.
Chris Lattner
2003-09-25
1
-3
/
+2
*
DOn't crash if program calls the null pointer
Chris Lattner
2003-09-24
1
-1
/
+7
*
Fix alignment problem
Chris Lattner
2003-09-24
1
-1
/
+1
*
Remove explicit use of BasicBlock::succ_iterator
Chris Lattner
2003-09-24
1
-2
/
+2
*
Removed completed items.
John Criswell
2003-09-24
1
-197
/
+134
*
Actually assign the string correctly through the std::string pointer.
Misha Brukman
2003-09-24
1
-2
/
+2
*
Use global *_iterator
Chris Lattner
2003-09-24
1
-2
/
+1
*
Do not use BasicBlock::*_iterator, just use *_iterator itself.
Chris Lattner
2003-09-24
4
-8
/
+4
*
* Eliminate BytecodeBufferReader::Length member variable
Misha Brukman
2003-09-24
1
-26
/
+7
*
Do not use BasicBlock::succ_iterator
Chris Lattner
2003-09-24
1
-2
/
+1
[next]