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
path:
root
/
lib
/
VMCore
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
isnan is dead
Chris Lattner
2004-06-15
2
-11
/
+0
*
Remove isnan support, correct isunordered support
Chris Lattner
2004-06-15
1
-10
/
+2
*
Do not dereference end iterators. It's really bad for the asmwriter's health.
Chris Lattner
2004-06-15
1
-1
/
+4
*
Make assertions more consistent with the rest of the intrinsic
Alkis Evlogimenos
2004-06-13
1
-8
/
+12
*
Add the isunordered intrinsic.
Alkis Evlogimenos
2004-06-12
3
-1
/
+18
*
Fix lowering to work correctly
Chris Lattner
2004-06-11
1
-3
/
+12
*
I misled Alkis: LLVM should have isnan, not isunordered.
Chris Lattner
2004-06-11
3
-6
/
+14
*
Add the isunordered intrinsic.
Alkis Evlogimenos
2004-06-11
3
-0
/
+11
*
Share some code
Chris Lattner
2004-06-10
1
-11
/
+3
*
Tolerate more errors
Chris Lattner
2004-06-09
1
-1
/
+2
*
Make the asmwriter much more tolerant of errors (which are common when working
Chris Lattner
2004-06-09
1
-16
/
+23
*
Made it possible for the printInfoComment method to invoke getSlot in
Reid Spencer
2004-06-09
1
-17
/
+16
*
Workaround or a VS miscompilation bug
Chris Lattner
2004-06-08
1
-1
/
+1
*
Fix a link error using VS8.0
Chris Lattner
2004-06-08
2
-2
/
+2
*
Fix PR361.
Chris Lattner
2004-06-07
1
-1
/
+2
*
Fix GCC warning
Chris Lattner
2004-06-05
1
-1
/
+1
*
Fix GCC warnings
Chris Lattner
2004-06-05
1
-2
/
+2
*
Remove an unused variable.
Chris Lattner
2004-06-05
1
-7
/
+10
*
Add missing #include
Chris Lattner
2004-06-05
1
-0
/
+1
*
Work around VS bug
Chris Lattner
2004-06-05
1
-3
/
+2
*
As much as I dislike doing this, it's the only fix for VC8.0 that I can come
Chris Lattner
2004-06-05
1
-2
/
+4
*
Remove unused var
Chris Lattner
2004-06-05
1
-1
/
+0
*
Squelch a warning
Chris Lattner
2004-06-04
1
-1
/
+2
*
Delete some unreachable code
Chris Lattner
2004-06-04
1
-5
/
+0
*
* No more CachedWriter::setStream()
Misha Brukman
2004-06-04
1
-52
/
+47
*
Ugh, apparently there is no common ground here.
Chris Lattner
2004-06-04
1
-0
/
+5
*
Squish a warning
Chris Lattner
2004-06-04
1
-1
/
+1
*
* Verify function prototypes, not just functions with bodies.
Chris Lattner
2004-06-03
1
-2
/
+12
*
Modified calcTypeName() so that it does not allocate a std::string for
John Criswell
2004-06-01
1
-24
/
+37
*
Fix a bug that Chris asserts emphatically is a bug. The changed clause
Reid Spencer
2004-05-30
1
-1
/
+1
*
Moved this file to lib/Bytecode/Writer because its used there only.
Reid Spencer
2004-05-30
1
-786
/
+0
*
Don't use size() when you mean empty()
Chris Lattner
2004-05-28
1
-2
/
+1
*
Clean up a comment.
Reid Spencer
2004-05-27
1
-1
/
+1
*
Fix for bug 348.
Reid Spencer
2004-05-27
1
-0
/
+1
*
Add constructors that take a BasicBlock to append to, to the rest of
Alkis Evlogimenos
2004-05-27
3
-45
/
+175
*
Inline trivial constructors.
Alkis Evlogimenos
2004-05-26
2
-33
/
+0
*
Several clean ups suggested by Chris: remove tabs, make SlotMachine do lazy
Reid Spencer
2004-05-26
1
-94
/
+97
*
Refactor common initialization code in private init() functions.
Alkis Evlogimenos
2004-05-26
6
-98
/
+96
*
Part of bug 122:
Reid Spencer
2004-05-26
1
-62
/
+49
*
Part of bug 122. Removed dependency of AsmWriter on SlotCalculator by
Reid Spencer
2004-05-26
1
-52
/
+426
*
Document a couple functions.
Reid Spencer
2004-05-25
1
-0
/
+5
*
Made it illegal to pass a Type* through one of the Value* interfaces. The
Reid Spencer
2004-05-25
1
-0
/
+4
*
Convert to SymbolTable's new iteration interface.
Reid Spencer
2004-05-25
2
-44
/
+69
*
Convert to SymbolTable's new iteration interface. Remove tabs.
Reid Spencer
2004-05-25
1
-14
/
+27
*
Completely rewrote the class. SymbolTable now separates Type* from Value* in ...
Reid Spencer
2004-05-25
1
-108
/
+240
*
Convert to SymbolTable's new lookup and iteration interfaces.
Reid Spencer
2004-05-25
2
-30
/
+29
*
Implement some helpers
Chris Lattner
2004-05-25
1
-0
/
+10
*
Recognize and verify the new GC intrinsics.
Chris Lattner
2004-05-23
2
-6
/
+21
*
Fix for PR340: Verifier misses malformed switch instruction
Chris Lattner
2004-05-21
1
-0
/
+12
*
Fold two assertions with backwards error messages into one with a
Brian Gaeke
2004-05-17
1
-6
/
+3
[prev]
[next]