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
*
Add the MachineInstrSpan class.
Mark Lacey
2013-08-14
1
-0
/
+25
*
Notify LiveRangeEdit of new virtual registers.
Mark Lacey
2013-08-14
2
-2
/
+36
*
Track new virtual registers by register number.
Mark Lacey
2013-08-14
1
-6
/
+5
*
DataFlowSanitizer: greylist is now ABI list.
Peter Collingbourne
2013-08-14
1
-3
/
+5
*
Remove unnecessary parameter to RenumberValues.
Jakob Stoklund Olesen
2013-08-14
1
-1
/
+1
*
Remove unused function.
Jakob Stoklund Olesen
2013-08-14
1
-7
/
+0
*
Remove unused struct/enum
Jakob Stoklund Olesen
2013-08-14
1
-11
/
+0
*
Expose CRC-32 implementation from zlib
Alexey Samsonov
2013-08-14
1
-0
/
+2
*
Support C99 hexadecimal floating-point literals in assembly
Tim Northover
2013-08-14
1
-0
/
+1
*
Revert r187191, which broke opt -mem2reg on the testcases included in PR16867.
Nick Lewycky
2013-08-13
1
-3
/
+2
*
[Mips][msa] Value types for MSA support.
Jack Carter
2013-08-13
2
-24
/
+30
*
Options: Add new option kind that consumes remaining arguments
Hans Wennborg
2013-08-13
2
-0
/
+4
*
Update makeLibCall to return both the call and the chain associated with the ...
Michael Gottesman
2013-08-13
1
-3
/
+6
*
For COFF only: dwarf debug info output a label reference as a section relativ...
Carlo Kok
2013-08-13
1
-3
/
+5
*
Fix an oversight in isPotentiallyReachable where we wouldn't do any CFG-walking
Nick Lewycky
2013-08-13
1
-0
/
+12
*
[Object/ELF] sh_type is not a bitfield. Fixes RuntimeDyld test failure on ARM.
Michael J. Spencer
2013-08-12
1
-2
/
+2
*
Add editor C++ filetype declaration no functionality change.
Michael Gottesman
2013-08-12
1
-1
/
+1
*
Revert r188188 and r188200.
Shuxin Yang
2013-08-12
1
-12
/
+0
*
[stackprotector] Add in the stackprotector libcall.
Michael Gottesman
2013-08-12
1
-0
/
+3
*
[stackprotector] Added intrinsic llvm.stackprotectorcheck.
Michael Gottesman
2013-08-12
1
-0
/
+2
*
Misc enhancements to LTO:
Shuxin Yang
2013-08-12
1
-0
/
+12
*
Remove unused SpecialCaseList constructors
Alexey Samsonov
2013-08-12
1
-4
/
+0
*
Add SpecialCaseList::createOrDie() factory and use it in sanitizer passes
Alexey Samsonov
2013-08-12
1
-0
/
+3
*
Remove all checking for the various terminfo headers (term.h and
Chandler Carruth
2013-08-12
2
-36
/
+0
*
[SystemZ] Use CLC and IPM to implement memcmp
Richard Sandiford
2013-08-12
1
-0
/
+14
*
Target a minimal terminfo library rather than necessarily a full curses
Chandler Carruth
2013-08-12
2
-6
/
+12
*
Introduce factory methods for SpecialCaseList
Alexey Samsonov
2013-08-12
1
-1
/
+17
*
Add a overload to CostTable which allows it to infer the size of the table.
Benjamin Kramer
2013-08-09
1
-9
/
+26
*
DebugInfo: provide the ability to add members to a class after it has been co...
David Blaikie
2013-08-09
1
-0
/
+1
*
Make directory iterator sentinels free.
Benjamin Kramer
2013-08-09
1
-3
/
+9
*
ELFObjectFile.h: Silence warning on Windows
Hans Wennborg
2013-08-09
1
-1
/
+2
*
Try to unbreak Windows build after r188022
Alexey Samsonov
2013-08-09
1
-1
/
+1
*
[CodeGen] prevent abnormal on invalid attributes
Saleem Abdulrasool
2013-08-09
2
-2
/
+2
*
llvm isn't C++11 yet :(
Michael J. Spencer
2013-08-08
1
-1
/
+1
*
[Object] Split the ELF interface into 3 parts.
Michael J. Spencer
2013-08-08
4
-2542
/
+2022
*
initial draft of PPCMachObjectWriter.cpp
David Fang
2013-08-08
1
-0
/
+19
*
Be more rigorous about the sizes of forms and attributes.
Eric Christopher
2013-08-08
1
-1
/
+1
*
Forward resetColor() et al to the underlying stream.
Ted Kremenek
2013-08-08
1
-0
/
+21
*
Really unbreak Mac build.
Peter Collingbourne
2013-08-07
1
-1
/
+1
*
Unbreak Mac build.
Peter Collingbourne
2013-08-07
1
-1
/
+1
*
Add ISD::FROUND for libm round()
Hal Finkel
2013-08-07
5
-2
/
+10
*
DataFlowSanitizer; LLVM changes.
Peter Collingbourne
2013-08-07
2
-0
/
+26
*
Commit a no-op change to StringRef to (hopefully) trigger build bots.
Chandler Carruth
2013-08-07
1
-1
/
+1
*
Add support for linking against a curses library when available and
Chandler Carruth
2013-08-07
2
-0
/
+36
*
Remove the assertion for now. This breaks lld.
Dmitri Gribenko
2013-08-07
1
-3
/
+0
*
YAMLTraits.h: replace DenseMap that used a bad implementation of DenseMapInfo
Dmitri Gribenko
2013-08-07
2
-10
/
+5
*
Check for _strtoi64 in the cmake build if strtoll is missing
Reid Kleckner
2013-08-07
1
-3
/
+0
*
Implemented llvm::sys::locale::columnWidth and isPrint for the case of generi...
Alexander Kornienko
2013-08-07
1
-0
/
+98
*
Use gnu style builtins in MathExtras.h with clang on Windows
Reid Kleckner
2013-08-06
1
-4
/
+4
*
Debug Info Finder|Verifier: handle DbgLoc attached to instructions.
Manman Ren
2013-08-06
1
-6
/
+7
[next]