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
Commit message (
Expand
)
Author
Age
Files
Lines
*
TBAA: remove !tbaa from testing cases when they are not needed.
Manman Ren
2013-08-21
16
-674
/
+584
*
Adding a document to describe the MCJIT execution engine implementation.
Andrew Kaylor
2013-08-21
8
-0
/
+183
*
R600: Remove unnecessary casts
Tom Stellard
2013-08-21
1
-8
/
+6
*
No functionality change.
Yunzhong Gao
2013-08-21
1
-2
/
+2
*
Teach BaseIndexOffset::match to identify base pointers in loops.
Juergen Ributzka
2013-08-21
2
-2
/
+44
*
ADT/Triple: Helper to determine if we are targeting the Windows CRT
David Majnemer
2013-08-21
1
-0
/
+5
*
Basic unit tests for PointerUnion
David Blaikie
2013-08-21
3
-1
/
+66
*
Reorder headers according to lint.
Bill Wendling
2013-08-21
2
-10
/
+6
*
Remove use of forbidden 'iostream' header.
Bill Wendling
2013-08-21
1
-13
/
+11
*
Teach InstCombine about address spaces
Matt Arsenault
2013-08-21
7
-91
/
+439
*
MC CFG: Remap enough for data too, analoguous to r188873.
Ahmed Bougacha
2013-08-21
2
-1
/
+49
*
Style cleanup following David's review for r188876.
Ahmed Bougacha
2013-08-21
1
-5
/
+4
*
Add testcase for r188873: MCTextAtom boundaries.
Ahmed Bougacha
2013-08-21
1
-0
/
+39
*
[CMake] Automatically pick up subdirectories in llvm/tools as 'external proje...
Argyrios Kyrtzidis
2013-08-21
2
-34
/
+73
*
Add test for bitcast array ptrs with address spaces
Matt Arsenault
2013-08-21
1
-0
/
+22
*
Add enforce known alignment test with address space
Matt Arsenault
2013-08-21
1
-3
/
+23
*
Use attribute helper function
Matt Arsenault
2013-08-21
1
-2
/
+1
*
Fix typo
Matt Arsenault
2013-08-21
1
-1
/
+1
*
A minor change for an obvous problem caused by r188451:
Hao Liu
2013-08-21
2
-3
/
+3
*
Add -mcpu to two X86 tests.
Joey Gouly
2013-08-21
2
-2
/
+2
*
Add basic YAML MC CFG testcase.
Ahmed Bougacha
2013-08-21
2
-1
/
+87
*
Unix/Process.inc: Revert r72332, "Work around a page size issue on Cygwin."
NAKAMURA Takumi
2013-08-21
1
-6
/
+3
*
Make "mov" work for all Thumb2 MOV encodings
Mihai Popa
2013-08-21
4
-1
/
+33
*
AVX-512: Added SHIFT instructions.
Elena Demikhovsky
2013-08-21
6
-6
/
+302
*
[SystemZ] Define remainig *MUL_LOHI patterns
Richard Sandiford
2013-08-21
4
-19
/
+136
*
MCFunction.h: Prune \returns to fix a warning in r188881. [-Wdocumentation]
NAKAMURA Takumi
2013-08-21
1
-1
/
+0
*
[mips][msa] Matheus Almeida pointed out a silly mistake in r188893. Fixed it.
Daniel Sanders
2013-08-21
1
-1
/
+1
*
[SystemZ] Use FI[EDX]BRA for codegen
Richard Sandiford
2013-08-21
4
-6
/
+354
*
[SystemZ] Add FI[EDX]BRA
Richard Sandiford
2013-08-21
9
-10
/
+199
*
[mips][msa] Define registers using foreach
Daniel Sanders
2013-08-21
1
-32
/
+3
*
MC CFG: Add YAML MCModule representation to enable MC CFG testing.
Ahmed Bougacha
2013-08-21
4
-9
/
+532
*
MC CFG: Support disassembly at arbitrary addresses in MCObjectDisassembler.
Ahmed Bougacha
2013-08-21
2
-7
/
+236
*
MC CFG: Use data structures more appropriate than std::set.
Ahmed Bougacha
2013-08-21
1
-10
/
+16
*
MC CFG: Add an MCObjectSymbolizer in the MCObjectDisassembler.
Ahmed Bougacha
2013-08-21
2
-1
/
+11
*
MC CFG: Add MCObjectDisassembler Mach-O implementation.
Ahmed Bougacha
2013-08-21
2
-0
/
+120
*
Add Mach-O entry_point_command declaration.
Ahmed Bougacha
2013-08-21
1
-0
/
+7
*
MC CFG: Add "dynamic disassembly" support to MCObjectDisassembler.
Ahmed Bougacha
2013-08-21
2
-1
/
+27
*
MC CFG: When disassembly is impossible, fallback to data bytes.
Ahmed Bougacha
2013-08-21
1
-16
/
+30
*
MC CFG: Add MCObjectDisassembler support for entrypoint + static ctors.
Ahmed Bougacha
2013-08-21
2
-6
/
+73
*
MC CFG: Split MCBasicBlocks to mirror atom splitting.
Ahmed Bougacha
2013-08-21
5
-2
/
+65
*
MC CFG: Add a few needed methods, mainly MCModule::findFirstAtomAfter.
Ahmed Bougacha
2013-08-21
4
-5
/
+30
*
MC: ObjectSymbolizer can now recognize external function stubs.
Ahmed Bougacha
2013-08-21
4
-1
/
+99
*
MC: Refactor ObjectSymbolizer to make relocation/section info generation lazy.
Ahmed Bougacha
2013-08-21
2
-113
/
+136
*
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
2
-2
/
+20
*
MC CFG: Keep pointer to parent MCModule in created MCFunctions.
Ahmed Bougacha
2013-08-21
4
-10
/
+16
*
MC CFG: Don't insert preds/succs again.
Ahmed Bougacha
2013-08-21
1
-2
/
+4
*
MC CFG: Remap enough for the inserted instruction.
Ahmed Bougacha
2013-08-21
1
-2
/
+2
*
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
[next]