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
/
llvm
/
Support
Commit message (
Expand
)
Author
Age
Files
Lines
*
Remove support for the special 'fast' value for fpmath accuracy for the moment.
Duncan Sands
2012-04-16
1
-13
/
+3
*
Make it possible to indicate relaxed floating point requirements at the IR level
Duncan Sands
2012-04-16
2
-45
/
+104
*
Remove the methods for attaching metadata to instructions/retrieving metadata
Duncan Sands
2012-04-16
1
-21
/
+0
*
Add convenience methods to MDBuilder for attaching metadata to instructions,
Duncan Sands
2012-04-16
1
-5
/
+27
*
Reapply 'Add reverseColor to raw_ostream'.
Benjamin Kramer
2012-04-16
2
-0
/
+9
*
Revert r154800 which breaks windows builders.
Argyrios Kyrtzidis
2012-04-16
2
-9
/
+0
*
Add reverseColor to raw_ostream.
Argyrios Kyrtzidis
2012-04-16
2
-0
/
+9
*
Add the MDBuilder helper class for conveniently creating metadata.
Duncan Sands
2012-04-15
1
-0
/
+101
*
Move the TLSModel information into the TargetMachine rather than hiding
Chandler Carruth
2012-04-08
1
-0
/
+10
*
Allow subclasses of the ValueHandleBase to store information as part of the
Bill Wendling
2012-04-08
1
-17
/
+26
*
DenseMap: Perform the pod-like object optimization when the value type is POD...
Benjamin Kramer
2012-04-06
1
-1
/
+1
*
Fix the build breakage introduced by r154131.
Kaelyn Uhrain
2012-04-05
1
-19
/
+3
*
Really fix -Wnon-virtual-dtor warnings; gcc needs the dtors to be
Kaelyn Uhrain
2012-04-05
1
-7
/
+7
*
Fix -Wnon-virtual-dtor warnings.
Michael J. Spencer
2012-04-04
1
-0
/
+20
*
Move yaml::Stream's dtor out of line so it can see Scanner's dtor.
Benjamin Kramer
2012-04-04
1
-0
/
+1
*
Sorry about that. MSVC seems to accept just about any random string you give ...
Michael J. Spencer
2012-04-03
1
-20
/
+0
*
Add YAML parser to Support.
Michael J. Spencer
2012-04-03
1
-0
/
+564
*
Initial 64 bit direct object support.
Akira Hatanaka
2012-04-02
1
-1
/
+3
*
Make MCInstrInfo available to the MCInstPrinter. This will be used to remove ...
Craig Topper
2012-04-02
1
-1
/
+3
*
Add support to the InstVisitor for visiting a generic callsite. The
Chandler Carruth
2012-03-31
1
-2
/
+23
*
Lowercase the tag name to match the rest of dwarf.
Eric Christopher
2012-03-29
1
-1
/
+1
*
Tidy up. Whitespace.
Jim Grosbach
2012-03-28
1
-3
/
+3
*
Add InitializeNativeTargetDisassembler function.
Eric Christopher
2012-03-26
1
-0
/
+12
*
Make the formatting of this file more consistent, and fix the 80-columns
Chandler Carruth
2012-03-18
1
-42
/
+42
*
Teach InstVisitor about the UnaryInstruction layer in the instruction
Chandler Carruth
2012-03-18
1
-8
/
+9
*
Fix warnings when building with VS11.
Michael J. Spencer
2012-03-11
1
-0
/
+3
*
Support reading GNU symbol versions in ELFObjectFile
David Meyer
2012-03-09
1
-0
/
+30
*
[Support] Drop verbose _ATTRIBUTE from LLVM_ATTRIBUTE_{READONLY,READNONE} macro
Daniel Dunbar
2012-03-09
1
-9
/
+9
*
Try a completely different approach to this type trait to appease older
Chandler Carruth
2012-03-07
1
-31
/
+29
*
Attempt #2 at appeasing GCC 4.3. This compiler really doesn't like these
Chandler Carruth
2012-03-07
1
-17
/
+21
*
Switch the is_integral_or_enum trait machinery to use an explicit
Chandler Carruth
2012-03-07
1
-4
/
+4
*
Add support to the hashing infrastructure for automatically hashing both
Chandler Carruth
2012-03-07
1
-1
/
+31
*
Add new load commands for MachO.
Ted Kremenek
2012-03-06
1
-0
/
+4
*
Make MCRegisterInfo available to the the MCInstPrinter.
Jim Grosbach
2012-03-05
1
-1
/
+3
*
Simplify the pair optimization. Rather than using complex type traits,
Chandler Carruth
2012-03-02
1
-18
/
+0
*
Add a header that was technically missing to see if this gets the
Chandler Carruth
2012-03-02
1
-0
/
+1
*
We really want to hash pairs of directly-hashable data as directly
Chandler Carruth
2012-03-02
1
-0
/
+18
*
Move include/llvm/ADT/SaveAndRestore.h -> include/llvm/Support/SaveAndRestore.h
Argyrios Kyrtzidis
2012-03-01
1
-0
/
+47
*
Rewrite LLVM's generalized support library for hashing to follow the API
Chandler Carruth
2012-03-01
2
-18
/
+53
*
Make MemoryObject accessor members const again
Derek Schuff
2012-02-29
2
-26
/
+25
*
Fix PR12089
Derek Schuff
2012-02-27
1
-1
/
+1
*
Switch the llvm::Triple class to immediately parse the triple string on
Chandler Carruth
2012-02-21
1
-1
/
+1
*
Calls and invokes with the new clang.arc.no_objc_arc_exceptions
Dan Gohman
2012-02-17
1
-0
/
+6
*
Revert commit 149912 (lattner) and add a testcase that shows the problem (which
Duncan Sands
2012-02-10
1
-1
/
+22
*
Change default error_code ctor to a 'named ctor' so it's more self-documenting.
David Blaikie
2012-02-09
1
-0
/
+4
*
Correct use of const in ParseCommandLineOptions
David Blaikie
2012-02-07
1
-1
/
+1
*
Fix comment-rulers.
Nick Lewycky
2012-02-06
2
-2
/
+2
*
Enable streaming of bitcode
Derek Schuff
2012-02-06
3
-3
/
+222
*
Remove some dead code and tidy things up now that vectors use ConstantDataVector
Chris Lattner
2012-02-06
1
-22
/
+1
*
[unwind removal] Remove all of the code for the dead 'unwind' instruction. There
Bill Wendling
2012-02-06
1
-1
/
+0
[next]