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
...
*
Use APInt::intersects.
Dan Gohman
2008-02-20
1
-4
/
+4
*
Add an intersects method to APInt, to capture a common idiom.
Dan Gohman
2008-02-20
1
-0
/
+6
*
Add documentation for cl::sink stuff
Anton Korobeynikov
2008-02-20
1
-15
/
+23
*
Add 'sink' cmdline option. Patch by Mikhail Glushenkov!
Anton Korobeynikov
2008-02-20
2
-7
/
+20
*
Regenerate
Anton Korobeynikov
2008-02-20
2
-305
/
+306
*
Fix newly-introduced 4.3 warnings
Anton Korobeynikov
2008-02-20
12
-19
/
+25
*
Get rid of hash_map in llvmc
Anton Korobeynikov
2008-02-20
2
-4
/
+3
*
Get rid of hash_map. Use StringMap instead
Anton Korobeynikov
2008-02-20
1
-3
/
+3
*
And final pack of warnings silencing
Anton Korobeynikov
2008-02-20
3
-3
/
+9
*
Make Transforms to be 4.3 warnings-clean
Anton Korobeynikov
2008-02-20
9
-39
/
+58
*
Fix code style
Anton Korobeynikov
2008-02-20
1
-17
/
+15
*
Remove bunch of gcc 4.3-related warnings from Target
Anton Korobeynikov
2008-02-20
13
-24
/
+31
*
Update gcc 4.3 warnings fix patch with recent head changes
Anton Korobeynikov
2008-02-20
12
-40
/
+58
*
Unbreak build with gcc 4.3: provide missed includes and silence most annoying...
Anton Korobeynikov
2008-02-20
48
-40
/
+93
*
Added some comments and reformatted others. No functionality change.
Bill Wendling
2008-02-20
1
-28
/
+43
*
Fixed typo.
Bill Wendling
2008-02-20
1
-1
/
+1
*
When performing return slot optimization, remember to inform memdep when we'r...
Owen Anderson
2008-02-20
1
-0
/
+1
*
Added memmove to interpreter external functions list. Patch by Daniel Dunbar.
Evan Cheng
2008-02-20
1
-0
/
+9
*
More constification of things. More comments added. No functionality
Bill Wendling
2008-02-20
2
-47
/
+79
*
Use getConstant for ConstantInts.
Nick Lewycky
2008-02-20
1
-2
/
+2
*
Add 'umax' similar to 'smax' SCEV. Closes PR2003.
Nick Lewycky
2008-02-20
7
-49
/
+209
*
Fix an incredibly subtle bug exposed by Ted's change to APInt profiling.
Chris Lattner
2008-02-20
1
-1
/
+1
*
No functionality change:
Bill Wendling
2008-02-20
1
-31
/
+42
*
XFAIL this for now.
Evan Cheng
2008-02-20
1
-0
/
+1
*
Disable for now. This is pessimizing code.
Evan Cheng
2008-02-20
1
-1
/
+1
*
Add some comments to Intrinsic::getDeclaration to clarify how to
Dan Gohman
2008-02-20
1
-0
/
+6
*
Add Alignment field to ParameterAttributes and
Dale Johannesen
2008-02-19
2
-1
/
+25
*
Add hidden option -x86-fold-and-in-test to test the effect the test / and fol...
Evan Cheng
2008-02-19
2
-1
/
+7
*
regenerate
Devang Patel
2008-02-19
3
-1040
/
+1062
*
Parse
Devang Patel
2008-02-19
2
-1
/
+11
*
Add GetResultInst. First step for multiple return value support.
Devang Patel
2008-02-19
6
-1
/
+88
*
Generated files for checkin 47342.
Dale Johannesen
2008-02-19
3
-267
/
+267
*
Forgot a file, goes with 47342.
Dale Johannesen
2008-02-19
1
-3
/
+3
*
Expand ParameterAttributes to 32 bits (in preparation
Dale Johannesen
2008-02-19
16
-96
/
+122
*
Fixed bug in APInt::Profile() where the BitWidth field was not included in the
Ted Kremenek
2008-02-19
1
-0
/
+2
*
fix some byval problems in the cbe. Closes PR2065
Andrew Lenharth
2008-02-19
1
-7
/
+5
*
random cleanups.
Chris Lattner
2008-02-19
1
-7
/
+4
*
this test requires sse2
Chris Lattner
2008-02-19
1
-1
/
+1
*
Don't fold and's into test instructions if they have multiple uses.
Chris Lattner
2008-02-19
2
-6
/
+41
*
rename tests to avoid a test- prefix when they aren't related to the test ins...
Chris Lattner
2008-02-19
10
-0
/
+0
*
Fix a compiler warning.
Duncan Sands
2008-02-19
1
-1
/
+1
*
Remove llvm-upgrade and update tests.
Tanya Lattner
2008-02-19
51
-1306
/
+1302
*
dead pass
Chris Lattner
2008-02-19
1
-16
/
+0
*
remove the LowerSelect pass. The last client was the old Sparc backend, whic...
Chris Lattner
2008-02-19
8
-120
/
+0
*
remove the lower packed pass. It can never work and even the parts that
Chris Lattner
2008-02-19
3
-456
/
+0
*
Refactor this method a bit, and correct a test that was completely wrong but ...
Owen Anderson
2008-02-19
1
-7
/
+11
*
isa+cast -> dyncast.
Chris Lattner
2008-02-19
1
-2
/
+2
*
simplify this code again, try 2 :)
Chris Lattner
2008-02-19
1
-7
/
+5
*
Fix a comment.
Owen Anderson
2008-02-19
1
-1
/
+1
*
In addition to arguments passed to it, memcpy (and all other calls) can ModRe...
Owen Anderson
2008-02-19
1
-1
/
+2
[prev]
[next]