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
Commit message (
Expand
)
Author
Age
Files
Lines
*
reduce #includage
Chris Lattner
2009-08-12
1
-5
/
+6
*
Mark the callsite intrinsic such that the opimizers know it's not dead.
Jim Grosbach
2009-08-12
1
-0
/
+2
*
Add a new "SDTCisVec" SDTypeConstraint. This complements the vAny type.
Bob Wilson
2009-08-12
1
-2
/
+5
*
This void is implicit in C++.
Dan Gohman
2009-08-12
6
-9
/
+9
*
Add a GetBufferSize() member to raw_ostream and use it to
Dan Gohman
2009-08-12
2
-2
/
+5
*
Enhance the InstrStage object to enable the specification of an Itinerary wit...
David Goodwin
2009-08-12
2
-18
/
+71
*
Remove a bunch more now-unnecessary Context arguments.
Dan Gohman
2009-08-12
3
-68
/
+61
*
catch a typo and simplify call syntax
Gabor Greif
2009-08-12
1
-3
/
+3
*
here comes the CMAKE part on LLVM_COMPACT_SENTINELS; see also r78628 and r78661
Gabor Greif
2009-08-12
1
-0
/
+3
*
Change TargetAsmInfo to be constructed via TargetRegistry from a Target+Triple
Chris Lattner
2009-08-12
2
-23
/
+81
*
add support for mingw64 target triples.
Chris Lattner
2009-08-12
1
-0
/
+1
*
Move immediate constant predicate templates from the Blackfin target to MathE...
Jakob Stoklund Olesen
2009-08-12
1
-0
/
+10
*
add a couple of helpers to the Triple class for decoding
Chris Lattner
2009-08-12
1
-0
/
+15
*
Add some comments to clarify the arguments to the vtbl and vtbx intrinsics.
Bob Wilson
2009-08-12
1
-0
/
+4
*
Add contexts to some of the MVT APIs. No functionality change yet, just the ...
Owen Anderson
2009-08-12
2
-35
/
+66
*
Add 'isCodeGenOnly' bit to Instruction .td records.
Daniel Dunbar
2009-08-11
1
-1
/
+8
*
Fix warnings.
Owen Anderson
2009-08-11
1
-3
/
+3
*
llvm-mc/AsmParser: Allow target to specific a comment delimiter, which will be
Daniel Dunbar
2009-08-11
1
-0
/
+11
*
struct -> class
Owen Anderson
2009-08-11
1
-1
/
+2
*
Split EVT into MVT and EVT, the former representing _just_ a primitive type, ...
Owen Anderson
2009-08-11
8
-365
/
+463
*
StringRef: Add find(char) and find(StringRef).
Daniel Dunbar
2009-08-11
1
-15
/
+47
*
pass the TargetTriple down from each target ctor to the
Chris Lattner
2009-08-11
1
-1
/
+3
*
split "JumpTableDirective" (an existing hack) into a PIC and nonPIC
Chris Lattner
2009-08-11
1
-4
/
+6
*
Add convenience functions for creating nsw add operators.
Dan Gohman
2009-08-11
6
-0
/
+37
*
Revert 78680 until I figure out why it completely broke things.
Daniel Dunbar
2009-08-11
1
-1
/
+8
*
Link NamedMDNodes.
Devang Patel
2009-08-11
1
-0
/
+2
*
Add convenience functions for creating inbounds GEPs.
Dan Gohman
2009-08-11
6
-6
/
+144
*
add a trivial line # cache to SourceMgr to make repeated queries to
Chris Lattner
2009-08-11
1
-1
/
+5
*
Make LLVMContext and LLVMContextImpl classes instead of structs.
Benjamin Kramer
2009-08-11
32
-34
/
+35
*
Remove some unnecessary LoadInst constructors, missed during Twinification.
Daniel Dunbar
2009-08-11
1
-8
/
+1
*
Fix struct/class mismatch.
Benjamin Kramer
2009-08-11
2
-2
/
+2
*
Use isa instead of dyn_cast when the result is only converted to bool.
Dan Gohman
2009-08-11
1
-1
/
+1
*
Fix cut-n-pasto in comment.
Devang Patel
2009-08-11
1
-1
/
+1
*
Add convenience functions for creating exact sdiv operators, and
Dan Gohman
2009-08-11
6
-4
/
+45
*
Avoid implicitly depending on Instructions.h.
Dan Gohman
2009-08-11
1
-1
/
+3
*
Revert 78662 to fix broken windows build. Add a comment which explains the pr...
Benjamin Kramer
2009-08-11
1
-1
/
+2
*
Tidy #includes.
Dan Gohman
2009-08-11
3
-5
/
+1
*
Add an explicit keyword.
Dan Gohman
2009-08-11
1
-1
/
+3
*
ConstantFolder and NoFolder no longer require their Context members.
Dan Gohman
2009-08-11
2
-8
/
+7
*
Use the default copy-ctor, copy-assignment, and destructor.
Dan Gohman
2009-08-11
2
-31
/
+0
*
Add a comment about the additional meaning of setPreservesCFG() for
Dan Gohman
2009-08-11
1
-0
/
+4
*
Remove an unnecessary mutable.
Dan Gohman
2009-08-11
1
-1
/
+1
*
Regenerate per request of Gabor Greif (r78628)
Shantonu Sen
2009-08-11
1
-0
/
+3
*
Remove dead metadata.
Devang Patel
2009-08-11
1
-1
/
+1
*
Rebuild RegScavenger::DistanceMap each time it is needed.
Jakob Stoklund Olesen
2009-08-11
1
-13
/
+3
*
Use vAny type to get rid of Neon intrinsics that differed only in whether
Bob Wilson
2009-08-11
1
-90
/
+44
*
Use new EVT::vAny type to combine Neon intrinsics for VPADD.
Bob Wilson
2009-08-11
1
-2
/
+4
*
Add a new overloaded EVT::vAny type for use in TableGen to allow intrinsic
Bob Wilson
2009-08-11
4
-8
/
+23
*
SjLj based exception handling unwinding support. This patch is nasty, brutish
Jim Grosbach
2009-08-11
5
-8
/
+69
*
Modified VNInfo. The "copy" member is now a union which holds the copy for a ...
Lang Hames
2009-08-10
1
-15
/
+36
[next]