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
/
IR
Commit message (
Expand
)
Author
Age
Files
Lines
*
add Function::removeFnAttr()
Kostya Serebryany
2013-06-21
1
-0
/
+7
*
remove some @deprecated markers: LLVM APIs aren't deprecated, they are remove...
Chris Lattner
2013-06-18
2
-5
/
+0
*
Make PrologEpilogInserter save/restore all callee saved registers
Derek Schuff
2013-06-14
1
-0
/
+3
*
#include <climits> instead of <limits.h> in C++ header file.
Jakub Staszak
2013-06-13
1
-1
/
+1
*
Move getRealLinkageName to a common place and remove all the duplicates of it.
Benjamin Kramer
2013-06-01
1
-0
/
+9
*
Fix wrong comment. Null is not acceptable.
Matt Arsenault
2013-05-31
1
-1
/
+1
*
Tidy up. Whitespace.
Jim Grosbach
2013-05-24
1
-11
/
+11
*
Add a new function attribute 'cold' to functions.
Diego Novillo
2013-05-24
1
-0
/
+1
*
Re-implement DebugIR in a way that does not subclass AssemblyWriter:
Daniel Malea
2013-05-23
1
-118
/
+0
*
[NVPTX] Add @llvm.nvvm.sqrt.f() intrinsic
Justin Holewinski
2013-05-21
1
-0
/
+2
*
Enable pod-like optimizations for pred and succ iterators.
Benjamin Kramer
2013-05-20
1
-1
/
+0
*
Remove dead code.
Eli Bendersky
2013-05-15
1
-4
/
+0
*
Implement PPC counter loops as a late IR-level pass
Hal Finkel
2013-05-15
1
-0
/
+5
*
Pull up AssemblyWriter interface into header to allow subclassing
Daniel Malea
2013-05-08
1
-0
/
+118
*
Fix const merging when an alias of a const is llvm.used.
Rafael Espindola
2013-05-06
1
-3
/
+13
*
Add ArrayRef constructor from None, and do the cleanups that this constructor...
Dmitri Gribenko
2013-05-05
1
-5
/
+4
*
[mips] Remove "Commutative" from property list of non-commutative intrinsics.
Akira Hatanaka
2013-05-03
1
-8
/
+8
*
Provide an API to temporarily suppress DebugLocations from being attached
Adrian Prantl
2013-05-02
1
-0
/
+21
*
This patch breaks up Wrap.h so that it does not have to include all of
Filip Pizlo
2013-05-01
7
-0
/
+79
*
get rid of windows warning:
Peng Cheng
2013-05-01
1
-1
/
+2
*
get rid of windows warning:
Peng Cheng
2013-05-01
1
-1
/
+1
*
replace reinterpret_cast by cast or remove reinterpret_cast to get rid of win...
Peng Cheng
2013-05-01
1
-9
/
+10
*
Now that the underlying issue is fixed, revert r180750 and r180722.
Rafael Espindola
2013-05-01
1
-2
/
+1
*
Correct comment: there is no numTys parameter any more now that this is using
Duncan Sands
2013-05-01
1
-6
/
+5
*
Change getSlotIndex to return unsigned.
Rafael Espindola
2013-04-30
1
-1
/
+1
*
Revert "revert r179735, it has no testcases, and doesn't really make sense."
Reid Kleckner
2013-04-29
1
-1
/
+2
*
Struct-path aware TBAA: change the format of TBAAStructType node.
Manman Ren
2013-04-27
1
-7
/
+7
*
revert r179735, it has no testcases, and doesn't really make sense.
Chris Lattner
2013-04-25
1
-2
/
+1
*
Add CodeGen support for functions that always return arguments via a new para...
Stephen Lin
2013-04-20
2
-0
/
+5
*
Make the TargetIndependent flag have the right boolean value.
Bill Wendling
2013-04-18
1
-1
/
+1
*
Cleanup patch:
Bill Wendling
2013-04-18
1
-12
/
+12
*
This patch addresses two cleanup issues:
Bill Wendling
2013-04-18
1
-3
/
+0
*
Add an option `-enable-old-style-attr-syntax' to print out function attribute...
Bill Wendling
2013-04-17
1
-1
/
+2
*
Cleanup naming: DataLayout s/TD/DL/
Eli Bendersky
2013-04-16
1
-7
/
+7
*
TBAA: add utility to create a TBAA scalar type node
Manman Ren
2013-04-11
1
-1
/
+13
*
PPC Altivec load/store intrinsics can be marked IntrRead[Write]ArgMem
Hal Finkel
2013-04-07
1
-10
/
+15
*
Add MDBuilder utilities for path-aware TBAA.
Manman Ren
2013-04-02
1
-0
/
+23
*
Add support of RDSEED defined in AVX2 extension
Michael Liao
2013-03-28
1
-1
/
+6
*
Cleanup the simplify_type implementation.
Rafael Espindola
2013-03-27
2
-19
/
+9
*
Add XTEST codegen support
Michael Liao
2013-03-26
1
-0
/
+2
*
Revert r177675. This is language-specific and shouldn't be in the API.
Bill Wendling
2013-03-22
1
-3
/
+0
*
InstCombine: Improve the result bitvect type when folding (cmp pred (load (ge...
Arnaud A. de Grandmaison
2013-03-22
1
-0
/
+4
*
Add a query to tell if a landing pad has a catch-all.
Bill Wendling
2013-03-21
1
-0
/
+3
*
Hoist the definition of getTypeSizeInBits to be inlinable and in the
Chandler Carruth
2013-03-21
1
-0
/
+45
*
Remove default copy ctor/assignment, makes AttributeSet trivially copyable.
Benjamin Kramer
2013-03-18
1
-5
/
+0
*
Add some additonal attribute helper functions. Test will be on follow
Reed Kotler
2013-03-13
2
-0
/
+13
*
Add a doFinalization method to the DataLayout pass.
Pete Cooper
2013-03-12
1
-0
/
+4
*
Fix tautological compare. Not sure why this didn't trigger any test failures.
Benjamin Kramer
2013-03-07
1
-1
/
+1
*
Change Index type from unsigned long to unsigned. This should fix PR14980.
Jakub Staszak
2013-03-07
1
-1
/
+1
*
Remove trailing spaces.
Jakub Staszak
2013-03-07
1
-57
/
+57
[next]