index
:
bcm5719-llvm
meklort-10.0.0
meklort-10.0.1
ortega-7.0.1
Project Ortega BCM5719 LLVM
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
llvm
/
lib
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix MemoryBuffer breakage correctly.
Jeff Cohen
2007-04-29
3
-1626
/
+1403
*
Unbreak build.
Jeff Cohen
2007-04-29
1
-1
/
+2
*
Switch the bitcode reader interface to take a MemoryBuffer instead of knowing
Chris Lattner
2007-04-29
3
-108
/
+62
*
Add a new memorybuffer class, to unify all the file reading code in the system
Chris Lattner
2007-04-29
1
-0
/
+239
*
Fix this to use the right block ID
Chris Lattner
2007-04-29
1
-3
/
+1
*
moved Writer.cpp -> BitcodeWriter.cpp to make it more unique in the tree.
Chris Lattner
2007-04-29
1
-1
/
+1
*
memory operands that have a direct operand should have their stores created
Chris Lattner
2007-04-28
1
-35
/
+42
*
eliminate more redundant constraint type analysis
Chris Lattner
2007-04-28
1
-6
/
+2
*
merge constraint type analysis stuff together.
Chris Lattner
2007-04-28
1
-14
/
+21
*
Significant refactoring of the inline asm stuff, to support future changes.
Chris Lattner
2007-04-28
1
-82
/
+107
*
Regenerate.
Reid Spencer
2007-04-28
4
-2365
/
+2021
*
Revert the premature portion of the last commit.
Reid Spencer
2007-04-28
1
-62
/
+76
*
This is not "FIXME" anymore
Anton Korobeynikov
2007-04-28
1
-3
/
+1
*
Let Verifier check aliasees
Anton Korobeynikov
2007-04-28
1
-0
/
+7
*
Fix a compilation error (jump to case label).
Reid Spencer
2007-04-28
1
-77
/
+64
*
Regenerate
Anton Korobeynikov
2007-04-28
3
-3352
/
+4719
*
Implement review feedback. Aliasees can be either GlobalValue's or
Anton Korobeynikov
2007-04-28
12
-66
/
+182
*
memory inputs to an inline asm are required to have an address available.
Chris Lattner
2007-04-28
2
-20
/
+34
*
Fix CodeGen/Generic/2007-04-27-LargeMemObject.ll and
Chris Lattner
2007-04-28
1
-4
/
+10
*
add a way to make this less brittle
Chris Lattner
2007-04-28
1
-3
/
+7
*
fix a bug triggered by 403.gcc
Chris Lattner
2007-04-28
1
-2
/
+1
*
Fix several latent bugs in EmitGEPOffset that didn't manifest with its
Chris Lattner
2007-04-28
1
-36
/
+52
*
Fix this to match change to InlineAsm class.
Chris Lattner
2007-04-28
1
-3
/
+3
*
uhn zap cvs
Chris Lattner
2007-04-28
1
-6
/
+0
*
represent indirect operands explicitly in inline asm strings.
Chris Lattner
2007-04-28
1
-8
/
+9
*
Implement PR1345 and Transforms/InstCombine/bitcast-gep.ll
Chris Lattner
2007-04-28
1
-28
/
+104
*
change per review
Dale Johannesen
2007-04-28
1
-3
/
+3
*
Prevent Thumb code from generating ARM instructions
Dale Johannesen
2007-04-27
1
-3
/
+3
*
add a GEP helper function
Chris Lattner
2007-04-27
1
-0
/
+11
*
add parenthesis.
Lauro Ramos Venancio
2007-04-27
1
-2
/
+2
*
Doh. ARM::LEApcrel is a single instruction MI.
Evan Cheng
2007-04-27
1
-5
/
+3
*
In Thumb mode, the frame register must be R7.
Lauro Ramos Venancio
2007-04-27
1
-2
/
+2
*
refactor some code relating to pointer cast xforms, pulling it out of the cod...
Chris Lattner
2007-04-27
1
-53
/
+56
*
Fix incorrect legalization of EHSELECTOR. This fixes
Chris Lattner
2007-04-27
1
-6
/
+10
*
ARM TLS: implement "general dynamic", "initial exec" and "local exec" models.
Lauro Ramos Venancio
2007-04-27
8
-13
/
+157
*
Darwin runtime library does not have these.
Evan Cheng
2007-04-27
1
-73
/
+79
*
Special handling of LEApcrel and tLEApcrel.
Evan Cheng
2007-04-27
1
-0
/
+11
*
Back out previous check-in. Incorrect.
Evan Cheng
2007-04-27
1
-6
/
+2
*
tLEApcrel is a AddrModeTs, i.e. pc relative.
Evan Cheng
2007-04-27
1
-2
/
+6
*
Expand UINT_TO_FP in turns of SINT_TO_FP when UINTTOFP_* libcalls are not ava...
Evan Cheng
2007-04-27
1
-4
/
+25
*
improve EH global handling, patch by Duncan Sands.
Chris Lattner
2007-04-27
1
-6
/
+10
*
Move ~Pass() from Pass.h into Pass.cpp
Devang Patel
2007-04-26
1
-0
/
+5
*
enable Anton's shift/and switch lowering stuff! It now passes ppc bootstrap
Chris Lattner
2007-04-26
1
-1
/
+0
*
Fix PR1339 and CodeGen/X86/dollar-name.ll
Dan Gohman
2007-04-26
1
-3
/
+32
*
Have MMX registers clobbered in x86-64 too.
Bill Wendling
2007-04-26
1
-0
/
+1
*
Fixx off-by-one bug, which prevents llvm-gcc bootstrap on ppc32
Anton Korobeynikov
2007-04-26
1
-1
/
+1
*
Fix a typo in a comment.
Dan Gohman
2007-04-26
1
-1
/
+1
*
Rename findRegisterUseOperand to findRegisterUseOperandIdx to avoid confusion.
Evan Cheng
2007-04-26
7
-12
/
+13
*
1. Don't swap byte order in scanf. It isn't necessary and leads to
Reid Spencer
2007-04-26
1
-1
/
+1
*
Use toplevel function pass manager as OnTheFly manager.
Devang Patel
2007-04-26
1
-10
/
+17
[next]