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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Switch the bitcode reader interface to take a MemoryBuffer instead of knowing
Chris Lattner
2007-04-29
5
-119
/
+96
*
Add a new memorybuffer class, to unify all the file reading code in the system
Chris Lattner
2007-04-29
2
-0
/
+322
*
new method for creating a path, which does not create a temporary string.
Chris Lattner
2007-04-29
1
-0
/
+8
*
fit in 80 cols
Chris Lattner
2007-04-29
1
-6
/
+5
*
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
*
Minor corrections.
Jeff Cohen
2007-04-29
1
-61
/
+60
*
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
20
-113
/
+231
*
memory inputs to an inline asm are required to have an address available.
Chris Lattner
2007-04-28
2
-20
/
+34
*
new testcase for PR1356
Chris Lattner
2007-04-28
1
-0
/
+12
*
Fix CodeGen/Generic/2007-04-27-LargeMemObject.ll and
Chris Lattner
2007-04-28
1
-4
/
+10
*
ensure the operand prints.
Chris Lattner
2007-04-28
1
-1
/
+1
*
new testcase
Chris Lattner
2007-04-28
2
-0
/
+21
*
update syntax
Chris Lattner
2007-04-28
4
-5
/
+5
*
not fully implemented yet.
Chris Lattner
2007-04-28
1
-0
/
+2
*
add a default parameter
Chris Lattner
2007-04-28
1
-3
/
+5
*
add a way to make this less brittle
Chris Lattner
2007-04-28
2
-5
/
+10
*
fix a bug triggered by 403.gcc
Chris Lattner
2007-04-28
1
-2
/
+1
*
update for new inline asm syntax
Chris Lattner
2007-04-28
2
-3
/
+3
*
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
2
-13
/
+16
*
Implement PR1345 and Transforms/InstCombine/bitcast-gep.ll
Chris Lattner
2007-04-28
1
-28
/
+104
*
new testcase
Chris Lattner
2007-04-28
1
-0
/
+19
*
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
*
fix the test tls1.
Lauro Ramos Venancio
2007-04-27
1
-6
/
+7
*
add TLS tests.
Lauro Ramos Venancio
2007-04-27
2
-0
/
+38
*
add a GEP helper function
Chris Lattner
2007-04-27
2
-0
/
+17
*
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
2
-2
/
+11
*
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
*
make this testcase harder, to cover PR1326
Chris Lattner
2007-04-27
1
-1
/
+3
*
reset errno to zero on entry to the application's main function. This fixes
Chris Lattner
2007-04-27
1
-1
/
+5
*
Fix prolific source of 'possible loss of data' warnings.
Jeff Cohen
2007-04-27
1
-1
/
+1
*
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
[next]