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
*
minor simplification
Chris Lattner
2003-08-29
1
-5
/
+2
*
Test case distilled from sed.
Misha Brukman
2003-08-29
1
-0
/
+14
*
Testcase distilled from xemacs.
Misha Brukman
2003-08-29
1
-0
/
+3
*
Added a dummy version of libcurses.
Misha Brukman
2003-08-29
2
-0
/
+6
*
Added dummy termcap library.
Misha Brukman
2003-08-29
2
-0
/
+6
*
New testcase
Chris Lattner
2003-08-29
1
-0
/
+13
*
Use `llvm-dis' instead of simply `dis'.
Misha Brukman
2003-08-29
1
-1
/
+1
*
Remove automagic support for Modules. Noone uses it now anyways, and GCC 3.4...
Chris Lattner
2003-08-29
1
-6
/
+1
*
"Help keep our secrets secret."
John Criswell
2003-08-29
1
-2
/
+16
*
There is no reason for this to be a pass!
Chris Lattner
2003-08-29
1
-5
/
+5
*
Move getAnalysisToUpdate to after the definition of AnalysisResolver.
Chris Lattner
2003-08-29
2
-6
/
+17
*
Fix compilation problems with G++ 3.4
Chris Lattner
2003-08-29
2
-34
/
+34
*
Slightly simplify make logic
Chris Lattner
2003-08-29
2
-6
/
+2
*
Fix bug: Linker/2003-08-28-TypeResolvesGlobal3.ll
Chris Lattner
2003-08-29
1
-1
/
+1
*
Implement "unsafe" replaceAllUsesWWith stuff for use during type resolution.
Chris Lattner
2003-08-29
1
-17
/
+31
*
Allow for "unsafe" replaceAllUsesWith operatations, for use during type resol...
Chris Lattner
2003-08-29
2
-5
/
+10
*
Yet ANOTHER complication that the libstdc++ library runs into linking...
Chris Lattner
2003-08-29
1
-0
/
+15
*
Fix bug: Linker/2003-08-28-TypeResolvesGlobal2.ll
Chris Lattner
2003-08-29
1
-7
/
+2
*
Refactor code to make it useful outside of Constants.cpp
Chris Lattner
2003-08-29
2
-24
/
+24
*
Add new method
Chris Lattner
2003-08-29
1
-0
/
+4
*
Ok, the last bug fix was not good enough to fix libstdc++. Maybe this one wi...
Chris Lattner
2003-08-29
1
-0
/
+17
*
Fix bug: Linker/2003-08-28-TypeResolvesGlobal.ll
Chris Lattner
2003-08-29
1
-6
/
+12
*
New testcase which is preventing the linking of libstdc++
Chris Lattner
2003-08-29
1
-0
/
+12
*
* Use alloca() to force GCC not to eliminate frame pointer
Misha Brukman
2003-08-29
1
-115
/
+90
*
NEw testcase
Chris Lattner
2003-08-29
1
-0
/
+20
*
New testcase, not only possible of causing compilation failures, but could
Chris Lattner
2003-08-29
1
-0
/
+22
*
Renaming `dis' -> `llvm-dis'.
Misha Brukman
2003-08-28
2
-7
/
+8
*
Document the llvm.unwind intrinsic.
Chris Lattner
2003-08-28
1
-18
/
+46
*
Renaming `as' -> `llvm-as' and `dis' -> `llvm-dis'.
Misha Brukman
2003-08-28
1
-7
/
+7
*
Near-term fix for renaming `as' -> `llvm-as' and `dis' -> `llvm-dis'.
Misha Brukman
2003-08-28
2
-0
/
+10
*
Start using `llvm-as' instead of `as'.
Misha Brukman
2003-08-28
2
-2
/
+2
*
Build llvm-as and llvm-dis as the upgrade path to renamed tools.
Misha Brukman
2003-08-28
1
-1
/
+2
*
Fixed two double free bugs that caused llc to segfault or run forever.
John Criswell
2003-08-28
2
-10
/
+42
*
Added code to avoid checking for .bc when the filename is too short.
John Criswell
2003-08-28
1
-1
/
+2
*
Renaming LLVM `dis' to `llvm-dis'.
Misha Brukman
2003-08-28
3
-11
/
+9
*
Renaming LLVM `as' to `llvm-as'.
Misha Brukman
2003-08-28
3
-9
/
+9
*
Add support for the llvm.unwind intrinsic, which we codegen to just do an abort
Chris Lattner
2003-08-28
2
-2
/
+58
*
Add another testcase I found lying around.
Chris Lattner
2003-08-28
1
-0
/
+23
*
Add test for the last chapter of our C++ exception handling odyssey. llvmg++
Chris Lattner
2003-08-28
1
-0
/
+55
*
* Add proper support for rethrown exceptions.
Chris Lattner
2003-08-28
6
-58
/
+166
*
New testcases, all of which work with llvmg++!
Chris Lattner
2003-08-28
2
-0
/
+76
*
Link to the C++ libraries. This is temporary
Chris Lattner
2003-08-28
1
-0
/
+2
*
Fix really nasty bugs in the CWriter, handling invoke instructions. Tracking
Chris Lattner
2003-08-28
2
-4
/
+10
*
Removing README
Tanya Lattner
2003-08-28
4
-70
/
+4
*
Putting my revised version of ModuloScheduling in cvs. This is not complete...
Tanya Lattner
2003-08-28
8
-5880
/
+310
*
Fix bug where we considered function types equivalent even if they had differ...
Chris Lattner
2003-08-28
3
-3
/
+9
*
Reorder #includes
Chris Lattner
2003-08-28
2
-4
/
+16
*
Moved index in BB to common graph class.
Tanya Lattner
2003-08-28
1
-2
/
+4
*
Moved index into BB to common graph class because its needed by ModuloSchedGr...
Tanya Lattner
2003-08-28
4
-8
/
+2
*
First version of llvm-ar added to cvs repository.
Tanya Lattner
2003-08-28
2
-0
/
+379
[next]