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
/
lib
/
AsmParser
Commit message (
Expand
)
Author
Age
Files
Lines
*
Use X86_thiscall calling convention for Win64 as well.
Tilmann Scheller
2011-03-03
3
-4
/
+0
*
Add Win64 thiscall calling convention.
Tilmann Scheller
2011-03-02
3
-0
/
+4
*
Add a special streamer to libLTO that just records symbols definitions and
Rafael Espindola
2011-03-02
1
-5
/
+1
*
convert ConstantVector::get to use ArrayRef.
Chris Lattner
2011-02-15
1
-1
/
+1
*
revert my ConstantVector patch, it seems to have made the llvm-gcc
Chris Lattner
2011-02-14
1
-1
/
+1
*
Switch ConstantVector::get to use ArrayRef instead of a pointer+size
Chris Lattner
2011-02-14
1
-1
/
+1
*
implement .ll and .bc support for nsw/nuw on shl and exact on lshr/ashr.
Chris Lattner
2011-02-07
1
-44
/
+30
*
enhance vmcore to know that udiv's can be exact, and add a trivial
Chris Lattner
2011-02-06
1
-4
/
+4
*
Move unnamed_addr after the function arguments on Sabre's request.
Rafael Espindola
2011-01-25
1
-4
/
+4
*
Allow unnamed_addr on declarations.
Rafael Espindola
2011-01-15
1
-6
/
+0
*
Reject uses of unnamed_addr in declarations.
Rafael Espindola
2011-01-13
2
-3
/
+15
*
First step in fixing PR8927:
Rafael Espindola
2011-01-08
3
-5
/
+13
*
Add missing standard headers. Patch by Joerg Sonnenberger!
Nick Lewycky
2010-12-19
1
-0
/
+1
*
Add missing std:: prefixes to some calls. C++ doesn't require that <cfoo>
Nick Lewycky
2010-12-19
1
-2
/
+2
*
MemoryBuffer now return an error_code and returns a OwningPtr<MemoryBuffer> v...
Michael J. Spencer
2010-12-16
1
-4
/
+3
*
Support/MemoryBuffer: Replace all uses of std::string *ErrMsg with error_code...
Michael J. Spencer
2010-12-09
1
-3
/
+4
*
PR5207: Change APInt methods trunc(), sext(), zext(), sextOrTrunc() and
Jay Foad
2010-12-07
2
-4
/
+4
*
Add a new 'hotpatch' attribute. This attribute will insert a two-byte no-op
Charles Davis
2010-10-25
3
-0
/
+3
*
AlignLoc is never used for anything - zap it (gcc-4.6 warning).
Duncan Sands
2010-10-21
1
-2
/
+1
*
Eliminate some calls to Value::getNameStr.
Benjamin Kramer
2010-10-16
1
-3
/
+3
*
Pacify a noisy compiler, and sink this variable declaration closer to its uses.
Nick Lewycky
2010-09-30
1
-1
/
+1
*
Silence compiler warning.
Nick Lewycky
2010-09-29
1
-1
/
+1
*
Push twines deeper into SourceMgr's error handling methods.
Benjamin Kramer
2010-09-27
4
-22
/
+22
*
Add ret instruction to PTX backend
Che-Liang Chiou
2010-09-25
3
-0
/
+7
*
Revert "CMake: Get rid of LLVMLibDeps.cmake and export the libraries normally."
Michael J. Spencer
2010-09-13
1
-2
/
+0
*
CMake: Get rid of LLVMLibDeps.cmake and export the libraries normally.
Michael J. Spencer
2010-09-10
1
-0
/
+2
*
Add X86 MMX type to bitcode and Type.
Dale Johannesen
2010-09-10
1
-0
/
+1
*
remove unions from LLVM IR. They are severely buggy and not
Chris Lattner
2010-08-28
4
-67
/
+1
*
Add a comment explaining why this code doesn't just call
Dan Gohman
2010-08-24
1
-0
/
+4
*
Add a comment explaining why this code is more complex than it
Dan Gohman
2010-08-24
1
-0
/
+8
*
Extend function-local metadata to be usable as attachments.
Dan Gohman
2010-08-24
2
-19
/
+36
*
Give ParseInstructionMetadata access to the PerFunctionState object.
Dan Gohman
2010-08-24
2
-4
/
+5
*
Create the new linker type "linker_private_weak_def_auto".
Bill Wendling
2010-08-20
3
-2
/
+11
*
Introduce a new temporary MDNode concept. Temporary MDNodes are
Dan Gohman
2010-08-20
1
-6
/
+4
*
Don't print the filename twice in file-not-found errors.
Dan Gohman
2010-08-04
1
-2
/
+1
*
Move MaximumAlignment to be a member of the Value class.
Dan Gohman
2010-07-30
1
-1
/
+1
*
Define a maximum supported alignment value for load, store, and
Dan Gohman
2010-07-28
1
-0
/
+3
*
Revert r109361; it's impossible to write a call with an argument with an
Eli Friedman
2010-07-24
1
-6
/
+2
*
Minor simplification.
Eli Friedman
2010-07-24
1
-1
/
+1
*
Make the ll parser check that arguments have valid types.
Eli Friedman
2010-07-24
1
-1
/
+5
*
Make NamedMDNode not be a subclass of Value, and simplify the interface
Dan Gohman
2010-07-21
1
-3
/
+2
*
Disallow null as a named metadata operand.
Dan Gohman
2010-07-21
1
-6
/
+0
*
Factor out metadata parsing into a separate function.
Dan Gohman
2010-07-14
2
-27
/
+39
*
Add support for empty named metadata too. This isn't particularly
Dan Gohman
2010-07-13
1
-12
/
+13
*
Add support for empty metadata nodes: !{}.
Dan Gohman
2010-07-13
1
-0
/
+4
*
Implement the "linker_private_weak" linkage type. This will be used for
Bill Wendling
2010-07-01
3
-17
/
+26
*
Revert r107205 and r107207.
Bill Wendling
2010-06-29
3
-10
/
+3
*
Introducing the "linker_weak" linkage type. This will be used for Objective-C
Bill Wendling
2010-06-29
3
-3
/
+10
*
Eliminate the restriction that the array size in an alloca must be i32.
Dan Gohman
2010-05-28
1
-2
/
+4
*
Add support for thiscall calling convention.
Anton Korobeynikov
2010-05-16
3
-1
/
+4
[next]