index
:
llvm
master
release_1
release_16
release_20
release_21
release_22
release_23
release_24
release_25
release_26
release_27
release_28
release_29
release_30
release_31
release_32
release_33
stable
svn-tags/RELEASE_1
svn-tags/RELEASE_20
svn-tags/RELEASE_21
svn-tags/RELEASE_22
svn-tags/RELEASE_23
svn-tags/RELEASE_24
svn-tags/RELEASE_25
svn-tags/RELEASE_26
svn-tags/RELEASE_27
svn-tags/RELEASE_28
svn-tags/RELEASE_29
svn-tags/RELEASE_30
svn-tags/RELEASE_31
svn-tags/RELEASE_32
testing
http://llvm.org
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
Support
Age
Commit message (
Expand
)
Author
2012-02-03
Add new tag and an attribute to support debug info for objective-c property.
Devang Patel
2012-01-31
Add Triple::getMacOSXVersion to replace crufty code in the clang driver.
Bob Wilson
2012-01-31
Add various coarse bit-width architecture predicates to llvm::Triple.
Chandler Carruth
2012-01-29
Move Clang's file-level locking facility over to LLVM's support
Douglas Gregor
2012-01-27
Add r149110 back with a fix for when the vector and the int have the same
Rafael Espindola
2012-01-25
Tidy up. s/Low Level Virtual Machine/LLVM/.
Jim Grosbach
2012-01-23
Remove dead default.
David Blaikie
2012-01-20
More dead code removal (using -Wunreachable-code)
David Blaikie
2012-01-18
Add support for the gnueabihf environment. Patch by Sylvestre Ledru.
Rafael Espindola
2012-01-17
Removes template magic to build up containers.
Manuel Klimek
2012-01-17
Remove unreachable code. (replace with llvm_unreachable to help GCC where nec...
David Blaikie
2012-01-16
Removing unused default switch cases in switches over enums that already acco...
David Blaikie
2012-01-15
Remove SetWorkingDirectory from the Process interface. Nothing in LLVM
Chandler Carruth
2012-01-15
Remove dead code.
David Blaikie
2012-01-11
Disable the crash reporter when running lit tests.
Argyrios Kyrtzidis
2012-01-10
Teach the triple library about the androideabi environment.
Chandler Carruth
2012-01-10
Add 'llvm_unreachable' to passify GCC's understanding of the constraints
Chandler Carruth
2012-01-10
Remove unnecessary default cases in switches that cover all enum values.
David Blaikie
2012-01-10
Add definitions for AMD's bobcat (aka btver1)
Benjamin Kramer
2012-01-05
revert r147542 after comments from Joerg Sonnenberger
Sebastian Pop
2012-01-04
use getHostTriple instead of getDefaultTargetTriple in getClosestTargetForJIT
Sebastian Pop
2012-01-03
Conform to the style guide; remove 'else' after 'return'. Also remove an extra
Nick Lewycky
2011-12-27
Switch StringMap from an array of structures to a structure of arrays.
Benjamin Kramer
2011-12-22
drop unneeded config.h includes
Dylan Noblesmith
2011-12-22
Fix APInt::rotl and APInt::rotr so that they work correctly. Found while wri...
Eli Friedman
2011-12-21
Changes the JSON parser to use the SourceMgr.
Manuel Klimek
2011-12-20
Fixes a potential compilation error.
Manuel Klimek
2011-12-20
Pulls the implementation of skip() into JSONParser.
Manuel Klimek
2011-12-20
Addressing style issues in JSON parser.
Manuel Klimek
2011-12-20
Fix up the CMake build for the new files added in r146960, they're
Chandler Carruth
2011-12-20
Unweaken vtables as per http://llvm.org/docs/CodingStandards.html#ll_virtual_...
David Blaikie
2011-12-16
APInt: update asserts for base-36
Dylan Noblesmith
2011-12-16
Adds a JSON parser and a benchmark (json-bench) to catch performance regressi...
Manuel Klimek
2011-12-13
Support/FileSystem: Add file_magic and move a vew clients over to it.
Michael J. Spencer
2011-12-13
Support/Program: Make Change<stream>ToBinary return error_code.
Michael J. Spencer
2011-12-13
Cleanup whitespace.
Michael J. Spencer
2011-12-12
Hexagon backend support
Tony Linthicum
2011-12-12
LLVMBuild: Remove trailing newline, which irked me.
Daniel Dunbar
2011-12-12
Revert r146363 to allow buildbots to make forward progress.
Chad Rosier
2011-12-12
Support/FileSystem: Implement bool equivalent(file_status A, file_status B);
Michael J. Spencer
2011-12-12
Support/FileSystem: Implement canonicalize.
Michael J. Spencer
2011-12-12
Support/Windows: Cleanup scoped handles.
Michael J. Spencer
2011-12-08
Support/FileSystem: Implement recursive_directory_iterator and make
Michael J. Spencer
2011-12-07
Adding missing anchor to DATDeltaAlgorithm.
David Blaikie
2011-12-05
Silence tsan false-positives (tsan can't track things which are only safe due to
Nick Lewycky
2011-12-01
Fix unreachable return & simplify some branches.
David Blaikie
2011-12-01
Autodetect bulldozers.
Benjamin Kramer
2011-12-01
Add some missing anchors.
David Blaikie
2011-11-29
[Win32] Catch exceptions (eg. segfault) on waiting for invoked clang from the...
NAKAMURA Takumi
2011-11-28
Don't define these unless we plan to use them.
Nick Lewycky
[next]