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
/
docs
Commit message (
Expand
)
Author
Age
Files
Lines
*
Initial implementation of 'fence' instruction, the new C++0x-style replacemen...
Eli Friedman
2011-07-25
1
-0
/
+58
*
80 columns.
Nick Lewycky
2011-07-25
1
-2
/
+2
*
Fix some typos.
Bill Wendling
2011-07-25
1
-4
/
+6
*
An initial description of the compact unwind encoding.
Bill Wendling
2011-07-25
1
-1
/
+109
*
Add uwtable to the langref.
Rafael Espindola
2011-07-25
1
-0
/
+8
*
Convert GetElementPtrInst to use ArrayRef.
Jay Foad
2011-07-25
1
-0
/
+3
*
clarify that opaque is actually a struct type, PR10430
Chris Lattner
2011-07-23
1
-5
/
+5
*
how about that, StringRef doesn't allow any mutation, thanks to
Chris Lattner
2011-07-23
1
-4
/
+4
*
add section to ToC
Chris Lattner
2011-07-22
1
-3
/
+6
*
write the long-overdue strings section of the data structure guide.
Chris Lattner
2011-07-22
1
-7
/
+171
*
move the section for string-like containers to follow the section for sequent...
Chris Lattner
2011-07-22
1
-18
/
+19
*
Convert IRBuilder::CreateGEP and IRBuilder::CreateInBoundsGEP to use
Jay Foad
2011-07-22
1
-0
/
+2
*
Some LangRef tweaks, per Dan's comments.
Eli Friedman
2011-07-22
1
-13
/
+16
*
Sort case-insensitively.
Jay Foad
2011-07-21
1
-3
/
+3
*
Convert ConstantExpr::getGetElementPtr and
Jay Foad
2011-07-21
1
-0
/
+2
*
docs/GettingStarted.html: Tweak style.
NAKAMURA Takumi
2011-07-20
1
-5
/
+5
*
docs/GettingStarted.html: Fix a typo and tweak a command line.
NAKAMURA Takumi
2011-07-20
1
-2
/
+2
*
Commit LangRef changes for LLVM concurrency model. Start of supporting C++0x...
Eli Friedman
2011-07-20
1
-0
/
+86
*
Revert "Update docs to reflect r135457."
Bob Wilson
2011-07-19
1
-3
/
+1
*
Convert SimplifyGEPInst to use ArrayRef.
Jay Foad
2011-07-19
1
-0
/
+1
*
Convert gep_type_begin and gep_type_end to use ArrayRef.
Jay Foad
2011-07-19
1
-0
/
+2
*
Convert TargetData::getIndexedOffset to use ArrayRef.
Jay Foad
2011-07-19
1
-0
/
+1
*
Use ArrayRef in ConstantFoldInstOperands and ConstantFoldCall.
Jay Foad
2011-07-19
1
-0
/
+2
*
Update docs to reflect r135457.
Devang Patel
2011-07-19
1
-1
/
+3
*
Document how to maintain a git-svn clone of the LLVM git repositories.
Jeffrey Yasskin
2011-07-19
1
-1
/
+56
*
document this api change.
Chris Lattner
2011-07-18
1
-1
/
+4
*
introduce a new TinyPtrVector class.
Chris Lattner
2011-07-18
1
-0
/
+19
*
A couple of minor fixes to the OCaml tutorial. PR10025 and PR10316. Patches...
Eli Friedman
2011-07-15
1
-5
/
+6
*
Convert CallInst and InvokeInst APIs to use ArrayRef.
Jay Foad
2011-07-15
1
-0
/
+4
*
Mention all API changes I've made since 2.9 was branched.
Jay Foad
2011-07-14
1
-3
/
+43
*
VectorType is also a SequentialType
Tobias Grosser
2011-07-12
1
-1
/
+1
*
Land the long talked about "type system rewrite" patch. This
Chris Lattner
2011-07-09
2
-301
/
+44
*
Use add instead of accumulate.
Cameron Zwarich
2011-07-08
1
-1
/
+1
*
Add an intrinsic and codegen support for fused multiply-accumulate. The intent
Cameron Zwarich
2011-07-08
1
-0
/
+32
*
Add documenation about "branch_weight" metadata and __builtin_expect instruction
Jakub Staszak
2011-07-06
2
-0
/
+168
*
Generalize @llvm.ctlz, @llvm.cttz, and @llvm.ctpop to work on vectors of inte...
Owen Anderson
2011-07-01
1
-9
/
+21
*
The enum was moved to ISDOpcodes.h.
Duncan Sands
2011-06-30
1
-1
/
+1
*
Add missing operand. rdar://9694169
Evan Cheng
2011-06-29
1
-1
/
+1
*
Document nonlazybind.
Dan Gohman
2011-06-16
1
-0
/
+5
*
Use set operations instead of plain lists to enumerate register classes.
Jakob Stoklund Olesen
2011-06-15
1
-47
/
+33
*
Document ADT/PackedVector.h in "Programmer's Manual" doc.
Argyrios Kyrtzidis
2011-06-15
1
-0
/
+39
*
Add one more argument to the prefetch intrinsic to indicate whether it's a data
Bruno Cardoso Lopes
2011-06-14
1
-3
/
+5
*
mention graph vis isn't available in Release builds.
Chris Lattner
2011-06-13
1
-0
/
+4
*
Typo.
Chad Rosier
2011-06-07
1
-1
/
+1
*
Corrections and additional information for "Creating and LLVM Project"
Andrew Trick
2011-06-03
1
-6
/
+34
*
whitespace
Andrew Trick
2011-06-03
1
-10
/
+10
*
Fix html formatting.
Devang Patel
2011-05-31
1
-1
/
+1
*
Clarify documentation and remove guarantees that are not fulfilled.
Devang Patel
2011-05-31
1
-9
/
+2
*
replace the intro tutorial from 2004 with a more recent work.
Chris Lattner
2011-05-30
1
-3
/
+2
*
Implement and document the llvm.eh.resume intrinsic, which is
John McCall
2011-05-28
1
-39
/
+97
[next]