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
...
*
Do not use buggy llvm-gcc to generate testcases.
Devang Patel
2009-01-22
2
-12
/
+10
*
Add SelectionDAG::getNOT method to construct bitwise NOT operations,
Bob Wilson
2009-01-22
6
-34
/
+44
*
Remove no-longer relevant comment. Pointed out
Duncan Sands
2009-01-22
1
-1
/
+0
*
This passes on linux.
Duncan Sands
2009-01-22
1
-1
/
+1
*
Few targets like the tiny little PIC16 have only 16-bit pointers.
Sanjiv Gupta
2009-01-22
1
-0
/
+4
*
Eliminate a couple of fields from TargetRegisterClass: SubRegClasses and Supe...
Evan Cheng
2009-01-22
7
-148
/
+13
*
fix a typo
Chris Lattner
2009-01-22
1
-1
/
+1
*
add a note
Chris Lattner
2009-01-22
1
-0
/
+10
*
fix a testcase.
Chris Lattner
2009-01-22
1
-2
/
+1
*
Fix PR3358, a really nasty bug where recursive phi translated
Chris Lattner
2009-01-22
2
-3
/
+91
*
Bump to 2.6svn.
Tanya Lattner
2009-01-22
3
-1046
/
+3400
*
Make tblgen more portable, allowing it to build with ICC.
Chris Lattner
2009-01-22
1
-2
/
+2
*
Don't create .dir files in installation directories. Switch to using
Mike Stump
2009-01-22
1
-9
/
+7
*
The operator<() and operator>() were reversing their tests. Have the test the...
Bill Wendling
2009-01-22
1
-4
/
+4
*
Get rid of warning about implicit 64-to-32 bit conversions.
Bill Wendling
2009-01-22
1
-1
/
+3
*
Add a few more notes about LLVM IR features that codegen doesn't
Dan Gohman
2009-01-22
1
-0
/
+12
*
CMake: Tests PERL availability with PERL_EXECUTABLE variable.
Oscar Fuentes
2009-01-22
1
-5
/
+12
*
Add explicit this-> (to make the VS compiler happy).
Steve Naroff
2009-01-21
1
-1
/
+1
*
Recognize inline asm for bswap on x86-64 GLIBC. This allows it
Dan Gohman
2009-01-21
1
-1
/
+11
*
Fix ilist two-phase name lookup
Douglas Gregor
2009-01-21
1
-1
/
+1
*
Fix a missing word.
Dan Gohman
2009-01-21
1
-2
/
+2
*
Versions of VIM included with Intrepid and Leopard at least appear
Dan Gohman
2009-01-21
1
-7
/
+8
*
Enable syntax highlighting of LLVM and tablegen files by default,
Dan Gohman
2009-01-21
1
-0
/
+12
*
Only set cindent for C and C++ source files.
Dan Gohman
2009-01-21
1
-4
/
+8
*
Now with RUN line.
Bill Wendling
2009-01-21
1
-2
/
+6
*
Run this through -simplifycfg and -mem2reg to test only what we need to test.
Bill Wendling
2009-01-21
1
-90
/
+13
*
Add a comment to SelectionDAG::ReplaceAllUsesWith to describe a subtle
Dan Gohman
2009-01-21
1
-0
/
+5
*
Do not use host floating point types when emitting
Dale Johannesen
2009-01-21
6
-15
/
+22
*
Also favors NOT64r.
Evan Cheng
2009-01-21
1
-1
/
+1
*
fix warning in release-asserts mode and spelling of assert.
Chris Lattner
2009-01-21
1
-3
/
+2
*
add getPointerToGlobal to the C bindings, patch by Lennart Augustsson!
Chris Lattner
2009-01-21
2
-0
/
+6
*
Remove uses of uint32_t in favor of 'unsigned' for better
Chris Lattner
2009-01-21
2
-194
/
+194
*
Simplify ReduceLoadWidth's logic: it doesn't need several different
Dan Gohman
2009-01-21
2
-19
/
+56
*
Fix a recent regression. ClrOpcode is not set for i8; for i8, if
Dan Gohman
2009-01-21
2
-2
/
+24
*
Mimic gcc behaviour with regard to response files.
Mikhail Glushenkov
2009-01-21
2
-16
/
+31
*
Fix 'llvm-config --libs' output.
Mikhail Glushenkov
2009-01-21
2
-2
/
+2
*
Change the hook API back to prevent memory leaks.
Mikhail Glushenkov
2009-01-21
2
-2
/
+2
*
Allow hooks with arguments.
Mikhail Glushenkov
2009-01-21
3
-50
/
+240
*
This was causing invalid memory accesses when
Duncan Sands
2009-01-21
1
-0
/
+74
*
Let's try to have our cake and eat it to: move
Duncan Sands
2009-01-21
1
-1
/
+1
*
Don't rely on grep -w working.
Duncan Sands
2009-01-21
1
-16
/
+16
*
Fixed build warnings. Restoring changes done in 62600, they were lost in 62655.
Sanjiv Gupta
2009-01-21
2
-4
/
+5
*
Cleanup whitespace and comments, and tweak some
Duncan Sands
2009-01-21
8
-79
/
+75
*
I accidentally removed this check in an earlier commit, which cause breakage ...
Owen Anderson
2009-01-21
1
-0
/
+4
*
Implement LowerOperationWrapper for legalizer.
Sanjiv Gupta
2009-01-21
5
-138
/
+174
*
CellSPU:
Scott Michel
2009-01-21
10
-133
/
+320
*
Allow targets to legalize operations (with illegal operands) that produces mu...
Sanjiv Gupta
2009-01-21
6
-68
/
+102
*
Favors generating "not" over "xor -1". For example.
Evan Cheng
2009-01-21
2
-1
/
+4
*
Disable on x86_64 until I figure out what's wrong.
Dale Johannesen
2009-01-21
1
-0
/
+1
*
Make special cases (0 inf nan) work for frem.
Dale Johannesen
2009-01-21
5
-38
/
+384
[prev]
[next]