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
path:
root
/
lib
Commit message (
Expand
)
Author
Age
Files
Lines
*
ARM EABI divmod support
Renato Golin
2013-07-16
3
-2
/
+87
*
Add a version of sys::fs::status that uses fstat.
Rafael Espindola
2013-07-16
2
-40
/
+68
*
Instead friending status, provide windows and posix constructors to file_status.
Rafael Espindola
2013-07-16
2
-25
/
+18
*
Add 'const' qualifiers to static const char* variables.
Craig Topper
2013-07-16
9
-37
/
+38
*
PEI: Support for non-zero SPAdj at beginning of a basic block.
Manman Ren
2013-07-15
1
-15
/
+26
*
PR16628: Fix a bug in the code that merges compares.
Nadav Rotem
2013-07-15
1
-1
/
+3
*
PPC: Refactoring to support subtarget feature changing
Hal Finkel
2013-07-15
2
-37
/
+69
*
Machine Verifier: verify FrameSetup and FrameDestroy
Manman Ren
2013-07-15
1
-0
/
+132
*
Remove an extra is_directory call.
Rafael Espindola
2013-07-15
1
-11
/
+0
*
Fix register subclass handling in PPCInstrInfo::insertSelect
Hal Finkel
2013-07-15
1
-5
/
+10
*
[mc-coff] Resolve aliases when emitting COFF relocations
Reid Kleckner
2013-07-15
1
-2
/
+3
*
R600/SI: Add support for 64-bit loads
Tom Stellard
2013-07-15
3
-1
/
+29
*
Remove invalid assert in DAGTypeLegalizer::RemapValue
Hal Finkel
2013-07-15
1
-1
/
+4
*
Remove trailing whitespace
Stephen Lin
2013-07-15
1
-36
/
+36
*
Revert r186316 while I track down an ASan failure and an assert from
Chandler Carruth
2013-07-15
1
-972
/
+1255
*
Revert "[Option] Store arg strings in a set backed by a BumpPtrAllocator"
Reid Kleckner
2013-07-15
1
-11
/
+2
*
Test commit to see if write access works.
Job Noorman
2013-07-15
1
-1
/
+1
*
[Option] Store arg strings in a set backed by a BumpPtrAllocator
Reid Kleckner
2013-07-15
1
-2
/
+11
*
Reimplement SROA yet again. Same fundamental principle, but a totally
Chandler Carruth
2013-07-15
1
-1255
/
+972
*
DebugInfo: Factor out parsing compile unit DIEs to a separate function. Impro...
Alexey Samsonov
2013-07-15
2
-78
/
+70
*
Add 'const' qualifier to some arrays.
Craig Topper
2013-07-15
2
-2
/
+3
*
Make some arrays 'static const'
Craig Topper
2013-07-15
3
-43
/
+51
*
Add include to hopefully fix windows build.
Craig Topper
2013-07-15
1
-0
/
+1
*
Add const qualifier to some static arrays.
Craig Topper
2013-07-15
2
-6
/
+6
*
Add 'static' keyword to some const arrays for consistency.
Craig Topper
2013-07-15
1
-6
/
+6
*
Make some arrays 'static const'
Craig Topper
2013-07-15
4
-11
/
+11
*
Revert part of 186302 to fix buildbots.
Craig Topper
2013-07-15
1
-1
/
+2
*
Use llvm::array_lengthof to replace sizeof(array)/sizeof(array[0]).
Craig Topper
2013-07-15
8
-17
/
+15
*
Clarify comments.
Eric Christopher
2013-07-14
1
-4
/
+1
*
Add DW_AT_GNU_odr_signature to the set of dwarf attributes.
Eric Christopher
2013-07-14
1
-0
/
+1
*
Collapse temporary variable into call.
Eric Christopher
2013-07-14
1
-4
/
+2
*
Use conventional syntax for branches.
Anton Korobeynikov
2013-07-14
1
-2
/
+2
*
Properly lower jump tables on MSP430. Patch by Job Noorman!
Anton Korobeynikov
2013-07-14
1
-2
/
+2
*
SLPVectorizer: change the order in which we search for vectorization candidat...
Nadav Rotem
2013-07-14
1
-4
/
+4
*
Fix build by replacing '>>' with '> >'
Tobias Grosser
2013-07-14
1
-7
/
+5
*
Use SmallVectorImpl& instead of SmallVector to avoid repeating small vector s...
Craig Topper
2013-07-14
55
-214
/
+219
*
Remove a bunch of old SCEVExpander FIXME's for preserving NoWrap.
Andrew Trick
2013-07-14
1
-17
/
+11
*
Teach indvars to generate nsw/nuw flags when widening an induction variable.
Andrew Trick
2013-07-14
1
-1
/
+6
*
LoopVectorizer: Disallow reductions whose header phi is used outside the loop
Arnold Schwaighofer
2013-07-13
1
-2
/
+6
*
Reduce large list of macros to the primary platform macros. Distingiush
Joerg Sonnenberger
2013-07-13
1
-20
/
+18
*
Pass SmallVector by const reference instead of by value.
Craig Topper
2013-07-13
1
-2
/
+2
*
LoopVectorize fix: LoopInfo must be valid when invoking utils like SCEVExpander.
Andrew Trick
2013-07-13
1
-18
/
+18
*
Add a microoptimization for urem.
Nick Lewycky
2013-07-13
1
-0
/
+7
*
Revert commit r186217 -- this is breaking bots:
Chandler Carruth
2013-07-13
1
-19
/
+7
*
Fix logic error optimizing "icmp pred (urem X, Y), Y" where pred is signed.
Nick Lewycky
2013-07-12
1
-4
/
+7
*
[mips] Implement MipsTargetMachine::getInstrItineraryData().
Akira Hatanaka
2013-07-12
3
-2
/
+9
*
Fix ARM paired GPR COPY lowering
JF Bastien
2013-07-12
1
-0
/
+3
*
Fix a crash in EvaluateInDifferentElementOrder where it would generate an
Joey Gouly
2013-07-12
1
-1
/
+3
*
[mips] Add instruction itinerary classes for mult, seb and slt instructions.
Akira Hatanaka
2013-07-12
3
-13
/
+16
*
Use the function attributes to pass along the stack protector buffer size.
Bill Wendling
2013-07-12
1
-7
/
+19
[next]