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
*
Fold two assertions with backwards error messages into one with a
Brian Gaeke
2004-05-17
1
-6
/
+3
*
Implement the AddPrototypes method
Chris Lattner
2004-05-09
1
-1
/
+43
*
Don't call getForwardedType() twice, as recommended by Chris.
John Criswell
2004-05-06
1
-2
/
+2
*
Fix for PR#330.
John Criswell
2004-05-06
1
-0
/
+8
*
Fixed inconsistent indentation.
John Criswell
2004-05-04
1
-16
/
+16
*
class AssemblyWriter:
Misha Brukman
2004-04-28
1
-103
/
+109
*
* Add ability to print out type as symbolic
Misha Brukman
2004-04-28
1
-3
/
+15
*
Changes to fix up the inst_iterator to pass to boost iterator checks. This
Chris Lattner
2004-04-27
1
-2
/
+2
*
I'm allergic to the word `stuff'.
Misha Brukman
2004-04-21
1
-1
/
+1
*
Fix retriving parent Function.
Misha Brukman
2004-04-16
1
-1
/
+1
*
Assert if deleting BasicBlock before removing it from Function.
Misha Brukman
2004-04-16
1
-0
/
+1
*
Make sure to check for a very bad class of errors: an instruction
Chris Lattner
2004-04-16
1
-0
/
+6
*
Remove the return type check for llvm.readio. This check is done for all
John Criswell
2004-04-14
1
-4
/
+3
*
Added code to verify that llvm.readio's pointer argument returns something
John Criswell
2004-04-14
1
-3
/
+8
*
Finish adding the llvm.readio and llvm.writeio intrinsics.
John Criswell
2004-04-14
2
-0
/
+24
*
Add a missing break, which caused a crash in an obscure situation
Chris Lattner
2004-04-11
1
-0
/
+1
*
Reversed the order of the llvm.writeport() operands so that the value
John Criswell
2004-04-09
1
-2
/
+2
*
Added the llvm.readport and llvm.writeport intrinsics.
John Criswell
2004-04-08
2
-0
/
+23
*
Do not mangle intrinsics in any way!
Chris Lattner
2004-04-05
1
-1
/
+4
*
Support getelementptr instructions which use uint's to index into structure
Chris Lattner
2004-04-05
3
-10
/
+14
*
Add ConstantExpr::get(Sign|Zero)Extend methods
Chris Lattner
2004-04-04
1
-0
/
+16
*
Make the verifier API more complete and useful.
Chris Lattner
2004-04-02
1
-20
/
+48
*
Fix linking of constant expr casts due to type resolution changes. With
Chris Lattner
2004-03-31
1
-0
/
+8
*
Add support for constant expr casts
Chris Lattner
2004-03-31
1
-0
/
+8
*
Fix a latent bug in select constantexpr handling that was broke 253.perlbmk
Chris Lattner
2004-03-30
1
-0
/
+2
*
Add some new methods
Chris Lattner
2004-03-30
1
-15
/
+87
*
Adjust to new itf
Chris Lattner
2004-03-29
1
-2
/
+2
*
Handle -0.0 correctly
Chris Lattner
2004-03-29
1
-1
/
+4
*
Add a bunch of methods that should have been added a long time ago.
Chris Lattner
2004-03-29
1
-0
/
+61
*
Add another check
Chris Lattner
2004-03-29
1
-0
/
+5
*
Fix an assertion
Chris Lattner
2004-03-29
1
-1
/
+1
*
Add two methods which have been needed for a long time: Type::get(Un)signedVe...
Chris Lattner
2004-03-26
1
-0
/
+35
*
Catch some more cases of broken code. The loop extractor seems to be creating
Chris Lattner
2004-03-14
1
-3
/
+8
*
verifyFunction has been broken for a long time now. Fix it.
Chris Lattner
2004-03-14
1
-12
/
+8
*
Rename the intrinsic enum values for llvm.va_* from Intrinsic::va_* to
Chris Lattner
2004-03-13
2
-6
/
+6
*
Keep transitively-required passes alive for queries to work after the initial
Misha Brukman
2004-03-12
1
-1
/
+10
*
Add support for checking the select instruction
Chris Lattner
2004-03-12
1
-0
/
+11
*
Know the opcode name of the select instruction
Chris Lattner
2004-03-12
1
-0
/
+1
*
Add support for select constant expressions. Use reserve a bit more to avoid
Chris Lattner
2004-03-12
1
-0
/
+35
*
Add new function
Chris Lattner
2004-03-12
2
-0
/
+6
*
Teach the constant folder how to do select instructions
Chris Lattner
2004-03-12
1
-0
/
+11
*
Print select instructions correctly
Chris Lattner
2004-03-12
1
-2
/
+3
*
Fix indentation.
Misha Brukman
2004-03-11
1
-2
/
+2
*
Adjust to new interface
Chris Lattner
2004-03-08
1
-1
/
+3
*
Implement test/Regression/Assembler/2004-03-07-FunctionAddressAlignment.llx
Chris Lattner
2004-03-08
1
-0
/
+20
*
Remove Module::mutateConstantPointerRef, which is now thankfully dead!
Chris Lattner
2004-03-08
1
-25
/
+0
*
Eliminate nightmarish API
Chris Lattner
2004-03-08
1
-23
/
+0
*
Doxygenify comments.
Misha Brukman
2004-03-02
2
-50
/
+46
*
* If a badref has a name, print it out for ease of debugging
Misha Brukman
2004-03-01
1
-15
/
+17
*
Fix -debug-pass=Executions, which relied on Function, Module, and BasicBlock
Chris Lattner
2004-02-29
2
-22
/
+28
[next]