index
:
external_llvm.git
replicant-6.0
Android's llvm
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
lib
/
Support
Commit message (
Expand
)
Author
Age
Files
Lines
*
Remove what appears to be a dead llvm-specific debug tag.
Eric Christopher
2013-01-08
1
-1
/
+0
*
Change SMRange to be half-open (exclusive end) instead of closed (inclusive)
Jordan Rose
2013-01-07
1
-1
/
+1
*
Implement APFloat::isDenormal()
Shuxin Yang
2013-01-07
1
-0
/
+7
*
Eric thought that Darwin was right to use -1 consistently rather than
Chandler Carruth
2013-01-05
1
-1
/
+1
*
Try to suppress the use of clock_gettime on Darwin which apparantly
Chandler Carruth
2013-01-05
1
-1
/
+1
*
Fix an obvious typo spotted by Reid Kleckner, and breaking windows builds.
Chandler Carruth
2013-01-04
1
-1
/
+1
*
Add time getters to the process interface for requesting the elapsed
Chandler Carruth
2013-01-04
3
-35
/
+103
*
Fix how YAML I/O detects flow sequences.
Nick Kledzik
2013-01-04
1
-1
/
+1
*
Move all of the header files which are involved in modelling the LLVM IR
Chandler Carruth
2013-01-02
1
-1
/
+1
*
Resort the #include lines in include/... and lib/... with the
Chandler Carruth
2013-01-02
1
-1
/
+1
*
Remove an unused method on Program.
Chandler Carruth
2012-12-31
2
-35
/
+0
*
Remove an unused method on the Program class.
Chandler Carruth
2012-12-31
2
-10
/
+0
*
Go ahead and get rid of the old page size interface and convert all the
Chandler Carruth
2012-12-31
4
-19
/
+11
*
Flesh out a page size accessor in the new API.
Chandler Carruth
2012-12-31
3
-12
/
+21
*
Remove an unused function in the old Process interface.
Chandler Carruth
2012-12-31
2
-28
/
+0
*
Switch this code to a more idiomatic double using namespace directive.
Chandler Carruth
2012-12-31
3
-6
/
+3
*
Delete a cut/paste-o from r171290. Very sorry about the noise.
Chandler Carruth
2012-12-31
1
-1
/
+0
*
Suppress a MSVC warning complaining about the code working as intended.
Chandler Carruth
2012-12-31
1
-0
/
+13
*
Begin sketching out the process interface.
Chandler Carruth
2012-12-31
3
-1
/
+33
*
Fix whitespace. No functionality change.
Nick Lewycky
2012-12-25
1
-2
/
+2
*
Don't call back() on an empty SmallVector. Found by -fsanitize=enum!
Richard Smith
2012-12-22
1
-1
/
+1
*
Remove duplicate includes.
Roman Divacky
2012-12-21
1
-1
/
+0
*
Rename the 'Attributes' class to 'Attribute'. It's going to represent a singl...
Bill Wendling
2012-12-19
1
-1
/
+1
*
Define getHostCPUFeatures for ARM Linux platform
Hao Liu
2012-12-13
1
-0
/
+58
*
YAMLIO: Remove all of the template instantiation hacks, I don't see why they'...
Benjamin Kramer
2012-12-12
1
-397
/
+318
*
Fix calls to getAsSignedInteger() to use long long - not int64_t
Nick Kledzik
2012-12-12
1
-21
/
+25
*
Fix the build on case sensitive file systems.
Benjamin Kramer
2012-12-12
1
-4
/
+2
*
Initial implementation of a utility for converting native data
Nick Kledzik
2012-12-12
2
-0
/
+882
*
Make NaCl naming consistent. The triple OSType is called NaCl and is represented
Eli Bendersky
2012-12-04
1
-2
/
+2
*
Sort includes for all of the .h files under the 'lib' tree. These were
Chandler Carruth
2012-12-04
1
-3
/
+3
*
Add a comment about the requirement that the Windows.h header be last.
Chandler Carruth
2012-12-04
1
-0
/
+2
*
[Support] Make FileOutputBuffer work on Windows.
Michael J. Spencer
2012-12-03
1
-55
/
+27
*
[Support][FileSystem] Fix open mode in resize_file on Windows.
Michael J. Spencer
2012-12-03
1
-1
/
+1
*
Revert the header sort on this file.
Michael J. Spencer
2012-12-03
1
-1
/
+1
*
Use the new script to sort the includes of every file under lib.
Chandler Carruth
2012-12-03
40
-87
/
+83
*
Add support for fission attributes/forms/operations -> string.
Eric Christopher
2012-11-30
1
-0
/
+16
*
Fix a bug in APFloat.cpp: declare APFloat after fltSemantics it
Alexey Samsonov
2012-11-30
1
-1
/
+3
*
Switch LLVM_USE_RVALUE_REFERENCES to LLVM_HAS_RVALUE_REFERENCES.
Chandler Carruth
2012-11-30
3
-3
/
+3
*
Add backreference matching capabilities to Support/Regex, with
Eli Bendersky
2012-11-28
2
-2
/
+32
*
Allow using MemoryBuffers with yaml::Stream directly.
Sean Silva
2012-11-19
1
-0
/
+20
*
move irrelevant attribution.
Chris Lattner
2012-11-16
1
-3
/
+1
*
PathV2: Fix a possible infinite loop.
Daniel Dunbar
2012-11-15
1
-3
/
+4
*
Add support for SPIR64 target - the 64bit counterpart of SPIR.
Guy Benyei
2012-11-15
1
-2
/
+10
*
Remove the CellSPU port.
Eric Christopher
2012-11-14
1
-8
/
+0
*
Revert 167755/167760. We don't want to emit crash diagnostics on command-line...
Chad Rosier
2012-11-13
1
-4
/
+1
*
Revert r167620; this can be implemented using an existing CL option.
Chad Rosier
2012-11-12
1
-1
/
+4
*
Drop the limitation to IEEE floating point types from the fdiv of pow2 -> fmu...
Benjamin Kramer
2012-11-08
1
-5
/
+0
*
MemoryBuffer: Windows doesn't define S_IFIFO.
Daniel Dunbar
2012-11-06
1
-1
/
+4
*
MemoryBuffer: Support reading named pipes in getFile().
Daniel Dunbar
2012-11-05
1
-16
/
+29
*
XLC supports the same atomic functions as GCC, use them.
Rafael Espindola
2012-11-02
1
-5
/
+9
[next]