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
*
Debug Info: Use identifier to reference DIType in containing type field of
Manman Ren
2013-09-07
1
-2
/
+2
*
Debug Info: pass in VTableHolder as DIType instead of MDNode *.
Manman Ren
2013-09-06
1
-3
/
+4
*
TBAA: add isTBAAVtableAccess to MDNode so clients can call the function
Manman Ren
2013-09-06
1
-0
/
+3
*
Debug Info: Use identifier to reference DIType in containing type field of
Manman Ren
2013-09-06
1
-2
/
+2
*
Debug Info: Move a helper function getTypeIdentifier from DIBuilder to be part
Manman Ren
2013-09-06
1
-14
/
+20
*
mi-sched: cleanup register pressure update, remove a FIXME.
Andrew Trick
2013-09-06
2
-1
/
+6
*
Added MachineSchedPolicy.
Andrew Trick
2013-09-06
2
-2
/
+37
*
avoid unnecessary direct access to LiveInterval::ranges
Matthias Braun
2013-09-06
1
-3
/
+7
*
remove unused argument from LiveRanges::join()
Matthias Braun
2013-09-06
1
-2
/
+1
*
fix typo in comment
Matthias Braun
2013-09-06
1
-1
/
+1
*
Use type helper functions.
Matt Arsenault
2013-09-06
1
-2
/
+2
*
Trying to un-break the bots.
Manman Ren
2013-09-05
1
-1
/
+2
*
Debug Info: Use identifier to reference DIType in base type field of
Manman Ren
2013-09-05
1
-2
/
+30
*
Move accelerator table defines and constants to Dwarf.h since
Eric Christopher
2013-09-05
1
-0
/
+26
*
Rename enums to match convention and remove superfluous "dwarf" in names.
Eric Christopher
2013-09-05
1
-2
/
+2
*
[ARMv8] Implement the new DMB/DSB operands.
Joey Gouly
2013-09-05
1
-0
/
+5
*
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
[next]