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
/
include
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Fix typos in assert message.
Nick Lewycky
2013-09-05
1
-1
/
+1
*
Clean up some whitespace and comment formatting.
Eric Christopher
2013-09-05
1
-21
/
+18
*
Add names for mach-o permissions bits and use the symbol names in place of ma...
Nick Kledzik
2013-09-04
1
-0
/
+9
*
Move default dwarf version enum into the llvm dwarf constants rather
Eric Christopher
2013-09-04
1
-3
/
+2
*
fix typo in enum name
Nick Kledzik
2013-09-04
1
-1
/
+1
*
mi-sched: Suppress register pressure tracking when the scheduling window is t...
Andrew Trick
2013-09-04
1
-2
/
+6
*
mi-sched: Load clustering is a bit to expensive to enable unconditionally.
Andrew Trick
2013-09-04
1
-0
/
+2
*
mi-sched: bypass heuristic checks when regpressure tracking is disabled.
Andrew Trick
2013-09-04
1
-0
/
+3
*
Added -misched-regpressure option.
Andrew Trick
2013-09-04
2
-2
/
+6
*
Rename some variables to match the style guide.
Rafael Espindola
2013-09-04
1
-1
/
+1
*
Remove 'param' label from comments. They aren't used properly here.
Bill Wendling
2013-09-04
1
-15
/
+14
*
Revert "Add r159136 back now that pr13124 has been fixed."
Rafael Espindola
2013-09-04
1
-6
/
+0
*
Move generic isPrint and columnWidth implementations to a separate header/sou...
Alexander Kornienko
2013-09-04
1
-0
/
+62
*
Inplement aarch64 neon instructions in AdvSIMD(shift). About 24 shift instruc...
Hao Liu
2013-09-04
2
-0
/
+30
*
Use Intrinsic::ID for the pattern match templates, fixing a signed/unsigned
Eric Christopher
2013-09-04
1
-6
/
+6
*
MCDwarf.h: Prune a few stray \param(s). [-Wdocumentation]
NAKAMURA Takumi
2013-09-04
1
-3
/
+3
*
Add r159136 back now that pr13124 has been fixed.
Rafael Espindola
2013-09-03
1
-0
/
+6
*
Add comments to the CFI instructions and reformat with clang-format. No funct...
Bill Wendling
2013-09-03
1
-360
/
+398
*
Fix grammar
Matt Arsenault
2013-09-03
1
-3
/
+3
*
Add a Python-like join function to merge a list of strings with a
Joerg Sonnenberger
2013-09-03
1
-0
/
+43
*
[MC] Revert part of my previous change, I was a bit overzealous.
Joey Gouly
2013-09-03
1
-3
/
+3
*
Migrate the DWARF_VERSION constant to 4. It largely needs to go away.
Eric Christopher
2013-09-03
1
-1
/
+1
*
[MC] AvailableFeatures needs to be a uint64_t to match FeatureBits in MCSubta...
Joey Gouly
2013-09-03
2
-6
/
+6
*
[mips][msa] Added IntrNoMem and removed Commutative from sub intrinsics.
Daniel Sanders
2013-09-03
1
-28
/
+28
*
[mips][msa] Added IntrNoMem to the floating-point intrinsics.
Daniel Sanders
2013-09-03
1
-96
/
+100
*
Move everything depending on Object/MachOFormat.h over to Support/MachO.h.
Charles Davis
2013-09-01
4
-503
/
+53
*
Free PressureDiffs instead of leaking.
Benjamin Kramer
2013-08-31
1
-0
/
+1
*
[conf] Add config variable to disable crash related overrides.
Daniel Dunbar
2013-08-30
2
-0
/
+6
*
Use LiveRangeQuery for instruction-level liveness queries.
Andrew Trick
2013-08-30
1
-15
/
+0
*
mi-sched: update PressureDiffs on-the-fly for liveness.
Andrew Trick
2013-08-30
3
-2
/
+12
*
Replace LiveInterval::killedAt with isKilledAtInstr.
Andrew Trick
2013-08-30
1
-6
/
+7
*
mi-sched: improve the generic register pressure comparison.
Andrew Trick
2013-08-30
1
-3
/
+2
*
mi-sched: Precompute a PressureDiff for each instruction, adjust for liveness...
Andrew Trick
2013-08-30
3
-25
/
+115
*
DIBuilder: retain a type when created with a unique identifier.
Manman Ren
2013-08-29
1
-1
/
+4
*
Clean up some usage of Triple. The base class has methods for determining if...
Cameron Esfahani
2013-08-29
1
-1
/
+6
*
Fix the following error when NDEBUG is defined:
Kaelyn Uhrain
2013-08-29
1
-3
/
+0
*
Comment and revise the cyclic critical path code.
Andrew Trick
2013-08-29
2
-3
/
+3
*
isCharInSet refactoring.
Alexander Kornienko
2013-08-29
2
-62
/
+63
*
Move StringToOffsetTable into the TableGen include directory so I can use it ...
Craig Topper
2013-08-29
1
-0
/
+83
*
Revert: r189565 - Add getUnrollingPreferences to TTI
Hal Finkel
2013-08-29
1
-14
/
+0
*
Add getUnrollingPreferences to TTI
Hal Finkel
2013-08-29
1
-0
/
+14
*
Add useAA() to TargetSubtargetInfo
Hal Finkel
2013-08-29
1
-0
/
+4
*
[Object/COFF] Add coff_aux_weak_external.
Rui Ueyama
2013-08-28
1
-0
/
+6
*
Option parsing: support case-insensitive option matching.
Rui Ueyama
2013-08-28
1
-1
/
+3
*
Disable unrolling in the loop vectorizer when disabled in the pass manager
Hal Finkel
2013-08-28
1
-1
/
+1
*
ARM: remove unused v(add|sub)hn and vqdml[as]l intrinsics.
Tim Northover
2013-08-28
1
-6
/
+0
*
[mips][msa] Added bnz.df, bnz.v, bz.df, and bz.v
Daniel Sanders
2013-08-28
1
-0
/
+24
*
[mips][msa] Added load/store intrinsics.
Daniel Sanders
2013-08-28
1
-0
/
+52
*
[mips][msa] Added move.v
Daniel Sanders
2013-08-28
1
-0
/
+3
*
[mips][msa] Added cfcmsa, and ctcmsa
Daniel Sanders
2013-08-28
1
-0
/
+6
[prev]
[next]