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
/
lib
/
Support
Commit message (
Expand
)
Author
Age
Files
Lines
*
Move Clang's file-level locking facility over to LLVM's support
Douglas Gregor
2012-01-29
2
-0
/
+217
*
Add r149110 back with a fix for when the vector and the int have the same
Rafael Espindola
2012-01-27
1
-0
/
+12
*
Tidy up. s/Low Level Virtual Machine/LLVM/.
Jim Grosbach
2012-01-25
1
-1
/
+1
*
Remove dead default.
David Blaikie
2012-01-23
1
-1
/
+0
*
More dead code removal (using -Wunreachable-code)
David Blaikie
2012-01-20
1
-4
/
+5
*
Add support for the gnueabihf environment. Patch by Sylvestre Ledru.
Rafael Espindola
2012-01-18
1
-0
/
+3
*
Removes template magic to build up containers.
Manuel Klimek
2012-01-17
1
-7
/
+82
*
Remove unreachable code. (replace with llvm_unreachable to help GCC where nec...
David Blaikie
2012-01-17
1
-1
/
+8
*
Removing unused default switch cases in switches over enums that already acco...
David Blaikie
2012-01-16
2
-7
/
+0
*
Remove SetWorkingDirectory from the Process interface. Nothing in LLVM
Chandler Carruth
2012-01-15
2
-8
/
+0
*
Remove dead code.
David Blaikie
2012-01-15
2
-140
/
+79
*
Disable the crash reporter when running lit tests.
Argyrios Kyrtzidis
2012-01-11
2
-1
/
+21
*
Teach the triple library about the androideabi environment.
Chandler Carruth
2012-01-10
1
-0
/
+3
*
Add 'llvm_unreachable' to passify GCC's understanding of the constraints
Chandler Carruth
2012-01-10
1
-0
/
+1
*
Remove unnecessary default cases in switches that cover all enum values.
David Blaikie
2012-01-10
1
-3
/
+0
*
Add definitions for AMD's bobcat (aka btver1)
Benjamin Kramer
2012-01-10
1
-0
/
+2
*
revert r147542 after comments from Joerg Sonnenberger
Sebastian Pop
2012-01-05
4
-18
/
+7
*
use getHostTriple instead of getDefaultTargetTriple in getClosestTargetForJIT
Sebastian Pop
2012-01-04
4
-7
/
+18
*
Conform to the style guide; remove 'else' after 'return'. Also remove an extra
Nick Lewycky
2012-01-03
1
-56
/
+36
*
Switch StringMap from an array of structures to a structure of arrays.
Benjamin Kramer
2011-12-27
1
-27
/
+34
*
drop unneeded config.h includes
Dylan Noblesmith
2011-12-22
1
-1
/
+1
*
Fix APInt::rotl and APInt::rotr so that they work correctly. Found while wri...
Eli Friedman
2011-12-22
1
-12
/
+4
*
Changes the JSON parser to use the SourceMgr.
Manuel Klimek
2011-12-21
1
-26
/
+33
*
Fixes a potential compilation error.
Manuel Klimek
2011-12-20
1
-12
/
+0
*
Pulls the implementation of skip() into JSONParser.
Manuel Klimek
2011-12-20
1
-11
/
+24
*
Addressing style issues in JSON parser.
Manuel Klimek
2011-12-20
1
-4
/
+2
*
Fix up the CMake build for the new files added in r146960, they're
Chandler Carruth
2011-12-20
1
-0
/
+1
*
Unweaken vtables as per http://llvm.org/docs/CodingStandards.html#ll_virtual_...
David Blaikie
2011-12-20
1
-0
/
+14
*
APInt: update asserts for base-36
Dylan Noblesmith
2011-12-16
1
-1
/
+5
*
Adds a JSON parser and a benchmark (json-bench) to catch performance regressi...
Manuel Klimek
2011-12-16
2
-0
/
+222
*
Support/FileSystem: Add file_magic and move a vew clients over to it.
Michael J. Spencer
2011-12-13
2
-14
/
+126
*
Support/Program: Make Change<stream>ToBinary return error_code.
Michael J. Spencer
2011-12-13
4
-12
/
+20
*
Cleanup whitespace.
Michael J. Spencer
2011-12-13
2
-4
/
+4
*
Hexagon backend support
Tony Linthicum
2011-12-12
1
-0
/
+7
*
LLVMBuild: Remove trailing newline, which irked me.
Daniel Dunbar
2011-12-12
1
-1
/
+0
*
Revert r146363 to allow buildbots to make forward progress.
Chad Rosier
2011-12-12
3
-65
/
+0
*
Support/FileSystem: Implement bool equivalent(file_status A, file_status B);
Michael J. Spencer
2011-12-12
2
-83
/
+51
*
Support/FileSystem: Implement canonicalize.
Michael J. Spencer
2011-12-12
3
-0
/
+65
*
Support/Windows: Cleanup scoped handles.
Michael J. Spencer
2011-12-12
4
-59
/
+80
*
Support/FileSystem: Implement recursive_directory_iterator and make
Michael J. Spencer
2011-12-08
2
-9
/
+11
*
Adding missing anchor to DATDeltaAlgorithm.
David Blaikie
2011-12-07
1
-0
/
+3
*
Silence tsan false-positives (tsan can't track things which are only safe due to
Nick Lewycky
2011-12-05
1
-0
/
+3
*
Fix unreachable return & simplify some branches.
David Blaikie
2011-12-01
1
-9
/
+5
*
Autodetect bulldozers.
Benjamin Kramer
2011-12-01
1
-0
/
+2
*
Add some missing anchors.
David Blaikie
2011-12-01
1
-0
/
+3
*
[Win32] Catch exceptions (eg. segfault) on waiting for invoked clang from the...
NAKAMURA Takumi
2011-11-29
2
-2
/
+12
*
Don't define these unless we plan to use them.
Nick Lewycky
2011-11-28
1
-0
/
+2
*
Add back a line I deleted by accident in r145141. Fixes uninitialized variab...
Eli Friedman
2011-11-28
1
-0
/
+1
*
rename ENABLE_THREADS to LLVM_ENABLE_THREADS
Dylan Noblesmith
2011-11-28
4
-7
/
+7
*
Fix APFloat::convert so that it handles narrowing conversions correctly; it
Eli Friedman
2011-11-26
1
-49
/
+36
[next]