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
*
Remove the eh.exception and eh.selector intrinsics. Also remove a hack to copy
Bill Wendling
2012-01-31
5
-88
/
+0
*
Remove ivar which is identical to another ivar.
Bill Wendling
2012-01-31
1
-10
/
+6
*
Remove unused ivars and s/getOuterUnwindDest/getOuterResumeDest/g.
Bill Wendling
2012-01-31
1
-9
/
+4
*
Remove more dead functions.
Bill Wendling
2012-01-31
1
-211
/
+0
*
s/getInnerUnwindDestNewEH/getInnerUnwindDest/g
Bill Wendling
2012-01-31
1
-4
/
+3
*
Remove some unused, old-EH methods.
Bill Wendling
2012-01-31
1
-116
/
+3
*
Use the correct ShiftAmtTy for creating shifts after legalization. PR11881. ...
Eli Friedman
2012-01-31
1
-7
/
+9
*
Get rid of references to dead intrinsics.
Bill Wendling
2012-01-31
1
-53
/
+5
*
Formatting cleanups. No functionality change.
Bill Wendling
2012-01-31
1
-20
/
+20
*
Relax constructor for IntrusiveRefCntPtr to not be explicit.
Ted Kremenek
2012-01-31
1
-1
/
+1
*
Use traits for IntrusiveRefCntPtr to determine how to increment/decrement a r...
Ted Kremenek
2012-01-31
1
-2
/
+8
*
Remove no-longer-useful dyn_casts and pals.
Bill Wendling
2012-01-31
1
-21
/
+10
*
Add a constified getLandingPad() method.
Bill Wendling
2012-01-31
2
-0
/
+4
*
[asan] fix the ObjC support (asan Issue #33)
Kostya Serebryany
2012-01-30
1
-13
/
+21
*
Chris's constant data sequence refactoring actually enabled printing
Chandler Carruth
2012-01-30
2
-5
/
+2
*
PR11834: Use macros which are defined on Windows. Patch by Marina Yatsina.
Evan Cheng
2012-01-30
2
-2
/
+4
*
basic-aa does support AliasAnalysis chaining now.
Dan Gohman
2012-01-30
1
-3
/
+2
*
Intel syntax. Adjust special code, used to recognize cmp<comparison code>{ss,...
Devang Patel
2012-01-30
2
-2
/
+7
*
Typo.
Chad Rosier
2012-01-30
1
-1
/
+1
*
Typo.
Chad Rosier
2012-01-30
1
-1
/
+1
*
Implement String Cast from Integer
David Greene
2012-01-30
1
-0
/
+5
*
Intel syntax. Support .intel_syntax directive.
Devang Patel
2012-01-30
2
-10
/
+31
*
Fix refacto.
Benjamin Kramer
2012-01-30
1
-2
/
+2
*
Here's a new one: GCC was complaining about an only-used-in-asserts
Matt Beaumont-Gay
2012-01-30
1
-2
/
+2
*
Various improvements suggested by Duncan
Chris Lattner
2012-01-30
2
-12
/
+19
*
Eliminate narrowing conversion in initializer list, to make C++11 happy
Douglas Gregor
2012-01-30
1
-2
/
+2
*
X86: Simplify shuffle mask generation code.
Benjamin Kramer
2012-01-30
1
-53
/
+34
*
Fix compilation of ASan tests on OS X Lion (see http://code.google.com/p/addr...
Alexander Potapenko
2012-01-30
1
-3
/
+15
*
Add GCCBuiltin declarations for cmpsd/cmpss/cmppd/cmpps to allow custom code ...
Craig Topper
2012-01-30
1
-4
/
+4
*
Fix pattern for memory form of PSHUFD for use with FP vectors to remove bitca...
Craig Topper
2012-01-30
3
-10
/
+16
*
fix a major oversight that is breaking some llvm-test tests.
Chris Lattner
2012-01-30
1
-0
/
+1
*
DenseMap::find_as() and unit tests.
Talin
2012-01-30
3
-3
/
+77
*
First step of flipping on ConstantDataSequential: enable ConstantDataVector
Chris Lattner
2012-01-30
1
-7
/
+89
*
when verbose asm is on, print integers in ConstantDataSequentials just
Chris Lattner
2012-01-30
1
-0
/
+3
*
don't lose tail padding on ConstantDataAggregate vec3's.
Chris Lattner
2012-01-30
1
-21
/
+24
*
Fix ConstantFoldShuffleVectorInstruction to properly handle the case
Chris Lattner
2012-01-30
1
-3
/
+5
*
CMake: Promote the testing targets out of folders on IDE.
NAKAMURA Takumi
2012-01-30
1
-1
/
+0
*
CMake: Add the folder "Tablegenning" on llvm-tblgen targets.
NAKAMURA Takumi
2012-01-30
1
-0
/
+1
*
initialize the Next field to null
Chris Lattner
2012-01-30
1
-1
/
+1
*
Move some XOP patterns into instruction definition. Replae VPCMOV intrinsic p...
Craig Topper
2012-01-30
4
-452
/
+252
*
Add bitcode reader and writer support for ConstantDataAggregate, which
Chris Lattner
2012-01-30
4
-3
/
+112
*
Cleanup the organization of some methods in llvm::Triple and provide
Chandler Carruth
2012-01-29
1
-15
/
+19
*
Move Clang's file-level locking facility over to LLVM's support
Douglas Gregor
2012-01-29
3
-0
/
+291
*
Cleanups for EABI standard functions
Anton Korobeynikov
2012-01-29
1
-2
/
+7
*
Use base AAPCS for varargs functions even for AAPCS-VFP CC
Anton Korobeynikov
2012-01-29
1
-1
/
+3
*
Fix some scavenger performance issues.
Jakob Stoklund Olesen
2012-01-29
2
-24
/
+13
*
Avoid creating BitVector temporaries.
Jakob Stoklund Olesen
2012-01-29
1
-7
/
+7
*
Add a BitVector::reset(BitVector&) method.
Jakob Stoklund Olesen
2012-01-29
1
-0
/
+10
*
Fix typo.
Nick Lewycky
2012-01-28
1
-2
/
+2
*
Add a note about a potential optimization for clz/ctz patterns for ARM
Bob Wilson
2012-01-28
1
-0
/
+16
[next]