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
*
Define versions of Section that are explicitly marked as little endian.
Rafael Espindola
2013-04-05
1
-34
/
+34
*
Added two debug logging messages to VisitInstructionsTopDown to match VisitIn...
Michael Gottesman
2013-04-05
1
-0
/
+4
*
Don't use InMemoryStruct in getSection and getSection64.
Rafael Espindola
2013-04-05
1
-86
/
+51
*
Cleaned up whitespace and made debug logging less verbose.
Michael Gottesman
2013-04-05
1
-114
/
+95
*
Reverting 178851 as it broke buildbots
Renato Golin
2013-04-05
1
-161
/
+10
*
[ms-inline asm] Add support for numeric displacement expressions in bracketed
Chad Rosier
2013-04-05
1
-64
/
+246
*
[Support] Disable assertion dialogs from the MSVC debug CRT
Reid Kleckner
2013-04-05
1
-0
/
+22
*
Don't fetch pointers from a InMemoryStruct.
Rafael Espindola
2013-04-05
1
-9
/
+18
*
Respect Addend when processing MCJIT relocations to local/global symbols.
Ulrich Weigand
2013-04-05
1
-2
/
+2
*
Buildbot fix for r178851: mistake was in wrong TargetRegisterInfo::getRegClas...
Stepan Dyatkovskiy
2013-04-05
1
-1
/
+1
*
Fix for PR14824: "Optimization arm_ldst_opt inserts newly generated instructi...
Stepan Dyatkovskiy
2013-04-05
1
-10
/
+161
*
Add a SchedMachineModel for the PPC G5
Hal Finkel
2013-04-05
2
-10
/
+25
*
Add a SchedMachineModel for the PPC A2
Hal Finkel
2013-04-05
2
-2
/
+17
*
Fix bug in PEI's virtual-register scavenging
Hal Finkel
2013-04-05
2
-24
/
+67
*
ARM scheduler model: Add scheduler info to more instructions and resource
Arnold Schwaighofer
2013-04-05
4
-32
/
+67
*
ARM scheduler model: Swift has varying latencies, uops for simple ALU ops
Arnold Schwaighofer
2013-04-05
4
-5
/
+57
*
RegisterPressure heuristics currently require signed comparisons.
Andrew Trick
2013-04-05
1
-2
/
+2
*
Disable DFSResult for ConvergingScheduler.
Andrew Trick
2013-04-05
1
-2
/
+0
*
MachineScheduler: format DEBUG output.
Andrew Trick
2013-04-05
1
-22
/
+17
*
LoopVectorizer: Pass OperandValueKind information to the cost model
Arnold Schwaighofer
2013-04-04
1
-2
/
+13
*
X86 cost model: Differentiate cost for vector shifts of constants
Arnold Schwaighofer
2013-04-04
1
-0
/
+29
*
CostModel: Add parameter to instruction cost to further classify operand values
Arnold Schwaighofer
2013-04-04
5
-12
/
+51
*
Debug Info: revert 178722 for now.
Manman Ren
2013-04-04
3
-15
/
+4
*
typo
Adrian Prantl
2013-04-04
1
-1
/
+1
*
Rename the current PPC BCL definition to BCLalways
Hal Finkel
2013-04-04
3
-5
/
+5
*
PPC: Improve code generation for mixed-precision reciprocal sqrt
Hal Finkel
2013-04-04
1
-0
/
+27
*
Hexagon: Expand br_cc.
Jyotsna Verma
2013-04-04
1
-0
/
+2
*
Reassociate: Avoid iterator invalidation.
Benjamin Kramer
2013-04-04
1
-7
/
+12
*
[XCore] Add bru instruction.
Richard Osborne
2013-04-04
1
-0
/
+3
*
[XCore] The RRegs register class is a superset of GRRegs.
Richard Osborne
2013-04-04
4
-34
/
+46
*
Avoid high-latency false CPSR dependencies even for tMOVSi.
Jakob Stoklund Olesen
2013-04-04
1
-46
/
+103
*
Formatting
Eli Bendersky
2013-04-04
1
-2
/
+2
*
R600: Use a mask for offsets when encoding instructions
Vincent Lejeune
2013-04-04
1
-2
/
+5
*
R600: Fix wrong address when substituting ENDIF
Vincent Lejeune
2013-04-04
1
-1
/
+1
*
R600: Take export into account when computing cf address
Vincent Lejeune
2013-04-04
1
-0
/
+4
*
Add SPARC v9 support for select on 64-bit compares.
Jakob Stoklund Olesen
2013-04-04
4
-5
/
+35
*
Debug Info: according to DWARF 2, FORM_ref_addr the same size as an address on
Manman Ren
2013-04-04
3
-4
/
+15
*
Refactored out the helper method FindPredecessorAutoreleaseWithSafePath from ...
Michael Gottesman
2013-04-03
1
-25
/
+45
*
Refactored out the helper function FindPredecessorRetainWithSafePath from Obj...
Michael Gottesman
2013-04-03
1
-18
/
+32
*
Small cleanups.
Michael Gottesman
2013-04-03
1
-14
/
+14
*
Refactored out a part of ObjCARCOpt::OptimizeReturns into its own method HasS...
Michael Gottesman
2013-04-03
1
-22
/
+33
*
Removed an old comment.
Michael Gottesman
2013-04-03
1
-7
/
+0
*
Clean up arc annotations by moving the top/bottom BB annotations into conditi...
Michael Gottesman
2013-04-03
1
-58
/
+46
*
X86 cost model: Vector shifts are expensive in most cases
Arnold Schwaighofer
2013-04-03
1
-0
/
+42
*
R600: Fix last ALU of a clause being emitted in a separate clause
Vincent Lejeune
2013-04-03
1
-2
/
+2
*
Ensuring that both bits are set, and not just a combination of one or the other.
Aaron Ballman
2013-04-03
1
-1
/
+2
*
Cleanup PPC reciprocal-estimate functionality
Hal Finkel
2013-04-03
2
-61
/
+47
*
R600: Factorize maximum alu per clause in a single location
Vincent Lejeune
2013-04-03
4
-2
/
+6
*
Testing for Visual Studio 2010 SP1 or greater before calling the _xgetbv intr...
Aaron Ballman
2013-04-03
1
-2
/
+2
*
R600: Simplify data structure and add DEBUG to R600ControlFlowFinalizer
Vincent Lejeune
2013-04-03
1
-20
/
+21
[next]