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
*
Revert 189297, the original commit message is following.
Shuxin Yang
2013-08-27
1
-17
/
+1
*
Add an assertion to the fixed-size allocator to ensure that we don't request
Joey Gouly
2013-08-27
1
-1
/
+2
*
Add support for DebugFission to DWARF parser
Alexey Samsonov
2013-08-27
1
-6
/
+4
*
Revert "Fix the build broken by r189315." and "Move everything depending on O...
Charles Davis
2013-08-27
4
-67
/
+503
*
Move everything depending on Object/MachOFormat.h over to Support/MachO.h.
Charles Davis
2013-08-27
4
-503
/
+67
*
Support/MachO: Add a bunch of defines.
Charles Davis
2013-08-27
1
-256
/
+533
*
Add new API lto_codegen_compile_parallel().
Shuxin Yang
2013-08-27
1
-1
/
+17
*
Debug Info: add an identifier field to DICompositeType.
Manman Ren
2013-08-26
1
-0
/
+2
*
[cmake] Check for realpath availability in CMake
Alexey Samsonov
2013-08-26
1
-1
/
+1
*
SelectionDAG: Use correct pointer size when lowering function arguments v2
Tom Stellard
2013-08-26
1
-2
/
+4
*
Fix #include guard.
Jakub Staszak
2013-08-25
1
-2
/
+2
*
[Support] fix compile with -Werror
Saleem Abdulrasool
2013-08-24
1
-1
/
+1
*
[Support] add missing enumeration values
Saleem Abdulrasool
2013-08-24
1
-1
/
+4
*
Add a function object to compare the first or second component of a std::pair.
Benjamin Kramer
2013-08-24
1
-0
/
+16
*
Added const qualifier to StringRef::edit_distance member function
Dmitri Gribenko
2013-08-24
1
-1
/
+1
*
PrintVRegOrUnit
Andrew Trick
2013-08-23
1
-0
/
+16
*
Add a convenient PSetIterator for visiting pressure sets affected by a register.
Andrew Trick
2013-08-23
1
-0
/
+46
*
Adds cyclic critical path computation and heuristics, temporarily disabled.
Andrew Trick
2013-08-23
1
-0
/
+3
*
MI Sched: record local vreg uses.
Andrew Trick
2013-08-23
1
-1
/
+12
*
Remove unused field.
Andrew Trick
2013-08-23
1
-4
/
+0
*
mi-sched: Don't call MBB.size() in initSUnits. The driver already has instr c...
Andrew Trick
2013-08-23
2
-9
/
+4
*
[mips][msa] Few MSA Builtins have side-effects. Added IntrNoMem to those that...
Daniel Sanders
2013-08-23
1
-348
/
+419
*
Add function attribute 'optnone'.
Andrea Di Biagio
2013-08-23
3
-3
/
+6
*
Turn MipsOptimizeMathLibCalls into a target-independent scalar transform
Richard Sandiford
2013-08-23
5
-0
/
+16
*
Add an OtherPreserved field to the CalleeSaved TableGen class.
Jakob Stoklund Olesen
2013-08-23
1
-0
/
+6
*
Add a new helper method to Value to strip in-bounds constant offsets of
Chandler Carruth
2013-08-22
1
-12
/
+31
*
Clean up the doxygen formatting of the comments on the strip* methods on
Chandler Carruth
2013-08-22
1
-16
/
+16
*
ARM: use TableGen patterns to select CMOV operations.
Tim Northover
2013-08-22
1
-1
/
+6
*
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
1
-1
/
+1
*
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
*
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
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
*
DebugInfo: Do not use the DWARF Version for the .debug_pubnames or .debug_pub...
David Majnemer
2013-08-21
1
-1
/
+3
*
Move #includes from .h to .cpp file.
Jakub Staszak
2013-08-21
1
-2
/
+0
*
Add some constantness.
Jakub Staszak
2013-08-20
2
-3
/
+5
[next]