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
Commit message (
Expand
)
Author
Age
Files
Lines
*
The promotion rules are the same for all targets, they are set by the C stand...
Chris Lattner
2003-04-26
1
-9
/
+3
*
IntegerRegSize is always 8 for sparc
Chris Lattner
2003-04-26
2
-6
/
+3
*
Fix bug: LoopPreheaders/2003-04-25-AssertFail.ll
Chris Lattner
2003-04-26
1
-3
/
+24
*
Fix a bug that occurred when removing the last predecessor INTO an
Chris Lattner
2003-04-25
1
-1
/
+5
*
Fix bug: ADCE/2003-04-25-PHIPostDominateProblem.ll
Chris Lattner
2003-04-25
1
-9
/
+10
*
Fix bogus assert
Chris Lattner
2003-04-25
2
-6
/
+6
*
Fix bug: Assembler/2003-04-25-UnresolvedGlobalReference.ll
Chris Lattner
2003-04-25
1
-1
/
+19
*
Only do the %ld -> %lld promotion when running a 64 bit bytecode on a 32 bit ...
Chris Lattner
2003-04-25
1
-1
/
+2
*
Add __strdup
Chris Lattner
2003-04-25
1
-0
/
+7
*
Fix BasicAA/2003-04-25-GEPCrash.ll
Chris Lattner
2003-04-25
1
-3
/
+3
*
MAke sure that LLI properly configures align_of(double)
Chris Lattner
2003-04-25
1
-0
/
+1
*
Whoops, 32 bit targets have _4_ byte pointers, not _32_ byte pointers!
Chris Lattner
2003-04-25
1
-2
/
+4
*
Fix compatibility bug: X86 aligns doubles to 4 bytes, not 8!
Chris Lattner
2003-04-25
1
-0
/
+1
*
Fix obvious type-o
Chris Lattner
2003-04-25
2
-3
/
+3
*
Fix problem where we would read 64 bits worth of pointer information, even on...
Chris Lattner
2003-04-25
1
-10
/
+10
*
Fix major problem with PHI node traversal: rechecking PHIs should go into
Chris Lattner
2003-04-25
1
-1
/
+1
*
** CORRECTLY, conservatively handle constant expressions
Chris Lattner
2003-04-25
1
-2
/
+7
*
*** Huge: Make constantexprs be handled correctly, conservatively
Chris Lattner
2003-04-25
2
-30
/
+44
*
Allow for easy detection of when a "default" TargetData is created by the
Chris Lattner
2003-04-25
1
-0
/
+7
*
Minor non-functional changes:
Chris Lattner
2003-04-25
1
-61
/
+47
*
Fix bug: mem2reg/2003-04-24-MultipleIdenticalSuccessors.ll
Chris Lattner
2003-04-25
1
-7
/
+8
*
Fix a nasty bug where the ConstantMerge pass was invalidating the TargetData ...
Chris Lattner
2003-04-24
1
-13
/
+25
*
add a new targetdata ctor to create a target data appropriate to the module
Chris Lattner
2003-04-24
1
-0
/
+18
*
Trivial cleanup
Chris Lattner
2003-04-24
1
-5
/
+5
*
Make the levelraise pass be well behaved w.r.t the TargetData that the current
Chris Lattner
2003-04-24
4
-125
/
+126
*
Fix iterator invalidation problem
Chris Lattner
2003-04-24
1
-2
/
+7
*
Make sure that the cloned module retains the type symbol table entries!
Chris Lattner
2003-04-24
1
-0
/
+9
*
Make sure to preserve endiannes and pointer size when cloning modules!
Chris Lattner
2003-04-24
1
-0
/
+2
*
Fix bug where pointers were assumed to always be 64 bits in size!
Chris Lattner
2003-04-23
1
-4
/
+8
*
Add memcpy
Chris Lattner
2003-04-23
1
-0
/
+7
*
Fix a problem with setcc instructions and pointers
Chris Lattner
2003-04-23
1
-6
/
+15
*
Implement a bunch of new external functions
Chris Lattner
2003-04-23
1
-0
/
+54
*
Implement &|^ on bool values
Chris Lattner
2003-04-23
1
-0
/
+3
*
Add support for _IO_getc function used on linux
Chris Lattner
2003-04-23
1
-0
/
+6
*
Fix problem where labels were being incorrectly elided, and fix problem
Chris Lattner
2003-04-23
2
-6
/
+8
*
Fix the super obnoxious "cast to pointer from integer of different size" warn...
Chris Lattner
2003-04-23
2
-16
/
+18
*
* Implement access to external variables in LLI
Chris Lattner
2003-04-23
1
-10
/
+31
*
Fix Bug: Linker/2003-04-23-LinkOnceLost.ll
Chris Lattner
2003-04-23
3
-90
/
+120
*
Fix iterator invalidation problem with cast instructions
Chris Lattner
2003-04-23
2
-2
/
+2
*
Implement the constantexpr CAST instruction correctly
Chris Lattner
2003-04-23
2
-90
/
+112
*
We now need to link libscalar to get the switch lowering pass
Chris Lattner
2003-04-23
1
-2
/
+2
*
Remove unnecesary &*'s
Chris Lattner
2003-04-23
19
-37
/
+37
*
Remove unneccesary &*
Chris Lattner
2003-04-23
6
-6
/
+6
*
Add support for the Switch instruction by running the lowerSwitch pass first
Chris Lattner
2003-04-23
2
-1
/
+8
*
New pass to lower switch instructions to branch instructions
Chris Lattner
2003-04-23
1
-0
/
+102
*
Minor cleanups
Chris Lattner
2003-04-23
1
-6
/
+6
*
Fixed 'prevalent'.
Misha Brukman
2003-04-23
3
-3
/
+3
*
Just some code beautification changes I had sitting around in my tree.
Misha Brukman
2003-04-22
4
-44
/
+30
*
Fix bug: BasicAA/2003-04-22-GEPProblem.ll
Chris Lattner
2003-04-22
1
-1
/
+0
*
Kill using declarations
Chris Lattner
2003-04-22
1
-96
/
+101
[next]