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
/
llvm
/
MC
Commit message (
Expand
)
Author
Age
Files
Lines
*
Update aosp/master LLVM for rebase to r222494.
Stephen Hines
2014-12-02
41
-1180
/
+577
*
Bring in fixes for Cortex-A53 errata + build updates.
Stephen Hines
2014-10-17
1
-3
/
+9
*
Update LLVM for rebase to r212749.
Stephen Hines
2014-07-21
26
-669
/
+890
*
Update LLVM for 3.5 rebase (r209712).
Stephen Hines
2014-05-29
37
-229
/
+390
*
Update to LLVM 3.5a.
Stephen Hines
2014-04-24
39
-648
/
+969
*
Merge remote-tracking branch 'upstream/release_34' into merge-20140211
Stephen Hines
2014-02-11
32
-1156
/
+1533
|
\
|
*
Merging r195148:
Bill Wendling
2013-11-27
2
-4
/
+18
|
*
Merging r195491:
Bill Wendling
2013-11-25
1
-0
/
+3
|
*
Merging r195339:
Bill Wendling
2013-11-21
1
-3
/
+0
|
*
Merging r195317:
Bill Wendling
2013-11-21
1
-0
/
+3
|
*
[weak vtables] Remove a bunch of weak vtables
Juergen Ributzka
2013-11-19
3
-0
/
+3
|
*
Revert r194865 and r194874.
Alexey Samsonov
2013-11-18
3
-4
/
+0
|
*
[weak vtables] Remove a bunch of weak vtables
Juergen Ributzka
2013-11-15
3
-0
/
+4
|
*
Remove AllowQuotesInName and friends from MCAsmInfo.
Rafael Espindola
2013-11-13
1
-21
/
+0
|
*
Remove always true flag.
Rafael Espindola
2013-11-12
1
-7
/
+0
|
*
Add a method to get the object-file appropriate stack map section.
Lang Hames
2013-11-08
1
-0
/
+4
|
*
Export MCDisassembler's SubtargetInfo, to allow architecture-aware disassembly
Artyom Skrobov
2013-11-08
1
-0
/
+2
|
*
Remove another unused flag.
Rafael Espindola
2013-10-31
1
-8
/
+0
|
*
Remove unused flag.
Rafael Espindola
2013-10-31
1
-5
/
+0
|
*
Move the STT_FILE symbols out of the normal symbol table processing for
Joerg Sonnenberger
2013-10-29
1
-0
/
+21
|
*
[arm] Implement eabi_attribute, cpu, and fpu directives.
Logan Chien
2013-10-28
1
-0
/
+6
|
*
ARM: allow .thumb_func to be separated from symbol definition
Tim Northover
2013-10-25
1
-0
/
+2
|
*
Fix ODR violation.
Richard Smith
2013-10-25
2
-4
/
+4
|
*
MCStreamer: Reimplement the virtual EmitRawText as a protected member, EmitRa...
David Blaikie
2013-10-24
1
-1
/
+2
|
*
Speling fixes.
Benjamin Kramer
2013-10-22
2
-2
/
+2
|
*
MC asm parser: allow ?'s in symbol names, and handle @'s in names in MS asm
Hans Wennborg
2013-10-18
1
-0
/
+7
|
*
Fix MCDataAtom never calling remap when adding data.
Rafael Espindola
2013-10-16
1
-1
/
+3
|
*
Add a MCAsmInfoELF class and factor some code into it.
Rafael Espindola
2013-10-16
1
-0
/
+23
|
*
Move .ident handling to MCStreamer.
Rafael Espindola
2013-10-16
3
-3
/
+17
|
*
MC: Don't assume incoming StringRef's are null terminated.
Will Dietz
2013-10-13
1
-6
/
+6
|
*
Flip the ownership of MCStreamer and MCTargetStreamer.
Benjamin Kramer
2013-10-09
1
-3
/
+3
|
*
Add a MCTargetStreamer interface.
Rafael Espindola
2013-10-08
3
-43
/
+76
|
*
Fix the documentation of getDefaultSubtargetFeatures.
Rafael Espindola
2013-10-07
1
-2
/
+1
|
*
Remove some really nasty uses of hasRawTextSupport.
Rafael Espindola
2013-10-05
3
-44
/
+20
|
*
reverting per request
Jack Carter
2013-10-04
1
-5
/
+0
|
*
[MC][AsmParser] Hook for post assembly file processing
Jack Carter
2013-10-04
1
-0
/
+5
|
*
Implements parsing and emitting of .cfi_window_save in MC.
Venkatraman Govindaraju
2013-09-26
2
-1
/
+8
|
*
Mark the x86 machine model as incomplete. PR17367.
Andrew Trick
2013-09-25
1
-4
/
+11
|
*
MC: Add support for treating $ as a reference to the PC
David Majnemer
2013-09-25
1
-0
/
+7
|
*
MC: Remove vestigial PCSymbol field from AsmInfo
David Majnemer
2013-09-25
1
-7
/
+0
|
*
Explicitly request unsigned enum types when desired
Reid Kleckner
2013-09-23
2
-2
/
+5
|
*
Added support for generate DWARF .debug_aranges sections automatically.
Richard Mitton
2013-09-19
2
-0
/
+21
|
*
Debug info: Get rid of the VLA indirection hack in FastISel.
Adrian Prantl
2013-09-18
1
-1
/
+2
|
*
Fix X86 subtarget to not overwrite the autodetected features by calling InitM...
Craig Topper
2013-09-18
1
-0
/
+3
|
*
Somehow this important part of the patch, where I actually check the Mask,
Joey Gouly
2013-09-12
1
-1
/
+1
|
*
Add an instruction deprecation feature to TableGen.
Joey Gouly
2013-09-12
1
-0
/
+19
|
*
Use the appropriate return type for the compact unwind encoding.
Bill Wendling
2013-09-11
1
-1
/
+1
|
*
Add the gnu pubnames and pubtypes sections to the mc object file
Eric Christopher
2013-09-09
1
-0
/
+10
|
*
Call generateCompactUnwindEncodings() right before we need to output the fram...
Bill Wendling
2013-09-09
2
-3
/
+5
|
*
Generate compact unwind encoding from CFI directives.
Bill Wendling
2013-09-09
2
-0
/
+10
[next]