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
*
Fix copy-and-paste-o
Chris Lattner
2003-08-24
1
-2
/
+2
*
Initial support for recognizing LLVM exception handling intrinsics
Chris Lattner
2003-08-24
2
-4
/
+17
*
Big diff for a small change: delete inlined functions if all callees have
Chris Lattner
2003-08-24
1
-21
/
+32
*
Implement: Inline/cfg_preserve_test.ll
Chris Lattner
2003-08-24
1
-2
/
+15
*
Allow specifying the name for the newly split basic block
Chris Lattner
2003-08-24
1
-2
/
+2
*
Fix bug: Jello/2003-08-23-RegisterAllocatePhysReg.ll
Chris Lattner
2003-08-23
1
-13
/
+21
*
Implement SimplifyCFG/2003-08-17-FoldSwitch.ll:test5
Chris Lattner
2003-08-23
1
-0
/
+13
*
Rename SwitchInst::dest_push_back -> addCase
Chris Lattner
2003-08-23
2
-3
/
+3
*
Rename SwitchInst::dest_push_back -> addCase
Chris Lattner
2003-08-23
1
-1
/
+13
*
Fix bug: LowerSwitch/2003-08-23-EmptySwitch.ll
Chris Lattner
2003-08-23
1
-0
/
+7
*
Do not consider any types that exist in the global symbol table!
Chris Lattner
2003-08-23
3
-30
/
+33
*
Fix bug: Linker/2003-08-23-RecursiveOpaqueTypeResolve.ll
Chris Lattner
2003-08-23
3
-42
/
+117
*
Implement Linker/2003-08-23-GlobalVarLinking.ll, which should fix 176.gcc
Chris Lattner
2003-08-23
3
-24
/
+111
*
Fix bug: TailDup/2003-08-23-InvalidatedPointers.ll
Chris Lattner
2003-08-23
1
-16
/
+15
*
Fix bug: FunctionResolve/2003-08-23-ArgumentWarning.ll
Chris Lattner
2003-08-23
1
-6
/
+6
*
Initial checkin of ValueHolder helper
Chris Lattner
2003-08-23
1
-0
/
+16
*
Fix typeo
Chris Lattner
2003-08-22
3
-3
/
+3
*
The process of linking types can cause their addresses to become invalid. Fo...
Chris Lattner
2003-08-22
3
-72
/
+99
*
Implement Linker/2003-08-20-OpaqueTypeResolve.ll
Chris Lattner
2003-08-22
3
-48
/
+285
*
Accept double quoted strings everwhere we accept a %ABC variable name.
Chris Lattner
2003-08-22
1
-10
/
+8
*
If an "LLVM name" has wierd characters in it, print it out in double quotes i...
Chris Lattner
2003-08-22
1
-9
/
+32
*
The word `dependent' has no `a'.
Misha Brukman
2003-08-21
10
-11
/
+11
*
Fix spello
Chris Lattner
2003-08-21
2
-2
/
+2
*
Minor cleanups: wrap at 80 lines. Convert file comment to doxygen format and
Chris Lattner
2003-08-21
1
-26
/
+17
*
The JIT now passes the environment pointer to the main() function when it
John Criswell
2003-08-21
5
-7
/
+35
*
Change all #include'd files to be :: rules instead of : rules
Chris Lattner
2003-08-21
2
-7
/
+7
*
Reoptimizer has moved to reopt cvs module.
Brian Gaeke
2003-08-21
1
-2
/
+0
*
Implement Assembler/2003-08-21-ConstantExprCast-Fold.llx
Chris Lattner
2003-08-21
1
-2
/
+12
*
Unless we CANNOT merge the arguments, do so
Chris Lattner
2003-08-20
1
-1
/
+3
*
Implement testcase: Assembler/2003-08-20-ConstantExprGEP-Fold.llx
Chris Lattner
2003-08-20
1
-10
/
+14
*
Fix grammar, add comment
Chris Lattner
2003-08-18
1
-1
/
+4
*
Do not even attempt to compute dominator information for unreachable blocks
Chris Lattner
2003-08-18
1
-26
/
+8
*
no really, implement it!
Chris Lattner
2003-08-18
1
-2
/
+1
*
Add support for casting any pointer to any integer type
Chris Lattner
2003-08-18
1
-6
/
+8
*
Fix linking bug in xboard
Chris Lattner
2003-08-18
1
-1
/
+4
*
Add support for the sig(set|long)jmp intrinsics
Chris Lattner
2003-08-18
5
-2
/
+14
*
Add intrinsics for the llvm.sig(set|long)jmp functions
Chris Lattner
2003-08-18
2
-5
/
+9
*
Spell `necessary' correctly.
Misha Brukman
2003-08-18
25
-31
/
+31
*
Fix ABI issue: Longs really do need to be only 4 byte aligned on X86.
Chris Lattner
2003-08-17
1
-1
/
+2
*
Fix the bug that broke the nightly tester in McCat/18-imp last night. :(
Chris Lattner
2003-08-17
1
-6
/
+6
*
Implement folding of switch instructions.
Chris Lattner
2003-08-17
1
-3
/
+56
*
Fix bug: SimplifyCFG/2003-08-17-BranchFoldOrdering.ll
Chris Lattner
2003-08-17
2
-1
/
+11
*
The fixme is irrelevant: if that happens, the LLVM bytecode is malformed.
Chris Lattner
2003-08-17
1
-7
/
+1
*
Fix bug: Jello/2003-08-15-AllocaAssertion.ll
Chris Lattner
2003-08-17
1
-8
/
+18
*
Fix bug: LoopPreheaders/2003-08-15-PreheadersFail.ll
Chris Lattner
2003-08-16
1
-4
/
+81
*
Rename -emitmaps to -enable-maps
Brian Gaeke
2003-08-16
1
-1
/
+1
*
Fix typo in comment
Brian Gaeke
2003-08-15
1
-1
/
+1
*
lib/Support/CommandLine.cpp:
Brian Gaeke
2003-08-15
1
-46
/
+51
*
Now that the JIT memory manager allocates as many bytes as necessary rather than
Misha Brukman
2003-08-15
1
-1
/
+2
*
Fix register and parameter numbers in saving double FP registers.
Misha Brukman
2003-08-15
1
-1
/
+1
[next]