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
*
[MC] Revert part of my previous change, I was a bit overzealous.
Joey Gouly
2013-09-03
1
-3
/
+3
*
[MC] AvailableFeatures needs to be a uint64_t to match FeatureBits in MCSubta...
Joey Gouly
2013-09-03
2
-6
/
+6
*
Move everything depending on Object/MachOFormat.h over to Support/MachO.h.
Charles Davis
2013-09-01
1
-6
/
+5
*
Remove support for the .debug_inlined section. No known software
Eric Christopher
2013-08-28
1
-7
/
+0
*
Given target assembler parsers a chance to handle variant expressions
Joerg Sonnenberger
2013-08-27
1
-0
/
+7
*
Revert "Fix the build broken by r189315." and "Move everything depending on O...
Charles Davis
2013-08-27
1
-19
/
+6
*
Move everything depending on Object/MachOFormat.h over to Support/MachO.h.
Charles Davis
2013-08-27
1
-6
/
+19
*
Fix #include guard.
Jakub Staszak
2013-08-25
1
-2
/
+2
*
MCFunction.h: Prune \returns to fix a warning in r188881. [-Wdocumentation]
NAKAMURA Takumi
2013-08-21
1
-1
/
+0
*
MC CFG: Add YAML MCModule representation to enable MC CFG testing.
Ahmed Bougacha
2013-08-21
1
-0
/
+41
*
MC CFG: Support disassembly at arbitrary addresses in MCObjectDisassembler.
Ahmed Bougacha
2013-08-21
1
-0
/
+30
*
MC CFG: Add an MCObjectSymbolizer in the MCObjectDisassembler.
Ahmed Bougacha
2013-08-21
1
-0
/
+9
*
MC CFG: Add MCObjectDisassembler Mach-O implementation.
Ahmed Bougacha
2013-08-21
1
-0
/
+31
*
MC CFG: Add "dynamic disassembly" support to MCObjectDisassembler.
Ahmed Bougacha
2013-08-21
1
-0
/
+16
*
MC CFG: Add MCObjectDisassembler support for entrypoint + static ctors.
Ahmed Bougacha
2013-08-21
1
-4
/
+24
*
MC CFG: Split MCBasicBlocks to mirror atom splitting.
Ahmed Bougacha
2013-08-21
2
-0
/
+23
*
MC CFG: Add a few needed methods, mainly MCModule::findFirstAtomAfter.
Ahmed Bougacha
2013-08-21
2
-0
/
+10
*
MC: ObjectSymbolizer can now recognize external function stubs.
Ahmed Bougacha
2013-08-21
1
-0
/
+5
*
MC: Refactor ObjectSymbolizer to make relocation/section info generation lazy.
Ahmed Bougacha
2013-08-21
1
-13
/
+14
*
MC CFG: Add entrypoint address to MCModule.
Ahmed Bougacha
2013-08-21
1
-1
/
+7
*
MC CFG: Add more MCFunction container methods (find, empty).
Ahmed Bougacha
2013-08-21
1
-2
/
+8
*
MC CFG: Keep pointer to parent MCModule in created MCFunctions.
Ahmed Bougacha
2013-08-21
2
-5
/
+7
*
MC CFG: uint64_t -> size_t for vector size.
Ahmed Bougacha
2013-08-21
1
-1
/
+1
*
MC CFG: Add a getter for MCDataAtom's data array.
Ahmed Bougacha
2013-08-21
1
-1
/
+5
*
Support C99 hexadecimal floating-point literals in assembly
Tim Northover
2013-08-14
1
-0
/
+1
*
[CodeGen] prevent abnormal on invalid attributes
Saleem Abdulrasool
2013-08-09
2
-2
/
+2
*
Fixed the Intel-syntax X86 disassembler to respect the (existing) option for ...
Daniel Malea
2013-08-01
1
-2
/
+20
*
Split generated asm mnemonic matching table into a separate table for each as...
Craig Topper
2013-07-24
1
-1
/
+1
*
Revert "Remove use of asymmetric std::lower_bound comparator."
Ahmed Bougacha
2013-07-23
1
-5
/
+0
*
MC: mayAffectControlFlow() handling for variadic instructions.
Jim Grosbach
2013-07-22
1
-2
/
+14
*
[PowerPC] Revert r185476 and fix up TLS variant kinds
Ulrich Weigand
2013-07-09
1
-0
/
+2
*
MC: Implement COFF .linkonce directive
Nico Rieck
2013-07-06
2
-13
/
+26
*
Remove use of asymmetric std::lower_bound comparator.
Ahmed Bougacha
2013-07-04
1
-0
/
+5
*
[PowerPC] Remove VK_PPC_TLSGD and VK_PPC_TLSLD
Ulrich Weigand
2013-07-02
1
-2
/
+0
*
Remove address spaces from MC.
Rafael Espindola
2013-07-02
4
-40
/
+24
*
[PowerPC] Add support for TLS data relocations
Ulrich Weigand
2013-07-01
1
-0
/
+1
*
Use MCFillFragment for zero-initialized data.
Serge Pavlov
2013-06-27
2
-5
/
+4
*
[PowerPC] Support @got modifier
Ulrich Weigand
2013-06-25
1
-0
/
+3
*
DebugInfo: PR14404: Avoid truncating 64 bit values into 32 bits for ULEB128/S...
David Blaikie
2013-06-23
1
-2
/
+2
*
[PowerPC] Support various tls-related modifiers
Ulrich Weigand
2013-06-21
1
-0
/
+22
*
[PowerPC] Support @higher et.al. modifiers
Ulrich Weigand
2013-06-21
1
-0
/
+4
*
[PowerPC] Support @toc@h modifier
Ulrich Weigand
2013-06-21
1
-0
/
+1
*
[PowerPC] Support @h modifier
Ulrich Weigand
2013-06-21
1
-0
/
+1
*
[PowerPC] Rename some more VK_PPC_ enums
Ulrich Weigand
2013-06-21
1
-15
/
+15
*
[PowerPC] Clean up VK_PPC_TOC... names
Ulrich Weigand
2013-06-20
1
-10
/
+10
*
[MC/DWARF] Generate multiple .debug_line entries for adjacent .loc directives
Ulrich Weigand
2013-06-19
1
-0
/
+4
*
Use pointers to the MCAsmInfo and MCRegInfo.
Bill Wendling
2013-06-18
1
-5
/
+5
*
Machine Model: Add MicroOpBufferSize and resource BufferSize.
Andrew Trick
2013-06-15
2
-48
/
+28
*
Replace use of PathV1.h in MCContext.cpp.
Rafael Espindola
2013-06-14
1
-2
/
+3
*
[MC/DWARF] Support .debug_frame / .debug_line code alignment factors
Ulrich Weigand
2013-06-12
2
-7
/
+11
[next]