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
/
include
Age
Commit message (
Expand
)
Author
2012-04-23
Merging r155288:
Bill Wendling
2012-04-18
This reverts a long string of commits to the Hexagon backend. These
Chandler Carruth
2012-04-18
SourceMgr: Colorize diagnostics.
Benjamin Kramer
2012-04-18
Tidy up. Trailing whitespace.
Jim Grosbach
2012-04-18
TableGen add warning diagnostic helper functions.
Jim Grosbach
2012-04-18
SmallPtrSet: Reuse DenseMapInfo's pointer hash function instead of inventing ...
Benjamin Kramer
2012-04-18
Remove AVX vpermil intrinsics. I removed their uses from clang headers and bu...
Craig Topper
2012-04-17
fix pr12559: mark unavailable win32 math libcalls
Joe Groff
2012-04-17
platform support for counting column widths and checking isprint
Seth Cantrell
2012-04-17
Goodbye, JSONParser...
Manuel Klimek
2012-04-17
Adding operator== for document_iterator.
Manuel Klimek
2012-04-17
Unbreak the MSVC build, that next() thing again.
Francois Pichet
2012-04-17
SlotIndexes used to store the index list in a crufty custom linked-list. I can't
Lang Hames
2012-04-17
Typo in an unused field.
Andrew Trick
2012-04-16
Implement GDB integration for source level debugging of code JITed using
Preston Gurd
2012-04-16
Remove support for the special 'fast' value for fpmath accuracy for the moment.
Duncan Sands
2012-04-16
Hexagon V5 (Floating Point) Support.
Sirish Pande
2012-04-16
Make it possible to indicate relaxed floating point requirements at the IR level
Duncan Sands
2012-04-16
Remove the methods for attaching metadata to instructions/retrieving metadata
Duncan Sands
2012-04-16
Add convenience methods to MDBuilder for attaching metadata to instructions,
Duncan Sands
2012-04-16
Remove lto_codegen_set_whole_program_optimization. It is a work in progress,
Rafael Espindola
2012-04-16
Reapply 'Add reverseColor to raw_ostream'.
Benjamin Kramer
2012-04-16
Revert r154800 which breaks windows builders.
Argyrios Kyrtzidis
2012-04-16
Add reverseColor to raw_ostream.
Argyrios Kyrtzidis
2012-04-16
add configure flag --with-default-sysroot
Sebastian Pop
2012-04-15
Remove AVX2 vpermq and vpermpd intrinsics. These can now be handled with norm...
Craig Topper
2012-04-15
Make member variables of AsmToken private. Remove unnecessary forward declara...
Craig Topper
2012-04-15
Add the MDBuilder helper class for conveniently creating metadata.
Duncan Sands
2012-04-14
There is no need for setIsExact to be public. Make it private.
Duncan Sands
2012-04-14
Rename "fpaccuracy" metadata to the more generic "fpmath". That's because I'm
Duncan Sands
2012-04-14
Make StringMap's copy ctor non-explicit.
Benjamin Kramer
2012-04-14
Enhance BBVectorize to more-properly handle pointer values and vectorize GEPs.
Hal Finkel
2012-04-13
misched: Added CanHandleTerminators.
Andrew Trick
2012-04-13
Add support to BBVectorize for vectorizing selects.
Hal Finkel
2012-04-13
Remove getElfArchType from ELF.h. It's only used in ELFObjectFile.cpp and the...
Craig Topper
2012-04-12
Add forms of dominates and isReachableFromEntry that accept a Use
Dan Gohman
2012-04-12
HexagonPacketizer patch.
Sirish Pande
2012-04-12
This patch improves the MCJIT runtime dynamic loader by adding new handling
Preston Gurd
2012-04-12
Fix 128-bit ptest intrinsics to take v2i64 instead of v4f32 since these are i...
Craig Topper
2012-04-11
Fix pasto.
Benjamin Kramer
2012-04-11
TableGen's regpressure: emit per-registerclass weight limits.
Andrew Trick
2012-04-11
Cache the hash value of the operands in the MDNode.
Benjamin Kramer
2012-04-11
FoldingSet: Push the hash through FoldingSetTraits::Equals, so clients can us...
Benjamin Kramer
2012-04-11
Add a C binding to the Target and TargetMachine classes to allow for emitting
Duncan Sands
2012-04-11
Comment typo fix.
Duncan Sands
2012-04-10
The MDString class stored a StringRef to the string which was already in a
Bill Wendling
2012-04-10
Use the correct section types on Solaris for unwind data on both x86 and x86-64.
David Chisnall
2012-04-10
Express the number of ULPs in fpaccuracy metadata as a real rather than a
Duncan Sands
2012-04-10
Fix 12513: Loop unrolling breaks with indirect branches.
Andrew Trick
2012-04-10
Added a TargetRegisterInfo interface for accessing register pressure sets.
Andrew Trick
[next]