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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Remove dead llvm.eh.sjlj.dispatchsetup intrinsic.
Bill Wendling
2011-11-28
2
-8
/
+0
*
Remove the temporary flag -disable-unroll-scev and dead code.
Andrew Trick
2011-11-28
1
-32
/
+0
*
Handle more cases in APInt::getLowBitsSet's fast path.
Benjamin Kramer
2011-11-28
1
-2
/
+2
*
configure, config.h.in: Regenerate.
NAKAMURA Takumi
2011-11-28
2
-3
/
+6
*
use llvm-config.h in public header
Dylan Noblesmith
2011-11-28
1
-1
/
+1
*
rename ENABLE_THREADS to LLVM_ENABLE_THREADS
Dylan Noblesmith
2011-11-28
4
-5
/
+11
*
update description of LLVM_DEFAULT_TARGET_TRIPLE
Dylan Noblesmith
2011-11-28
3
-9
/
+9
*
Revert r145180 as it is causing test failures on all the bots.
Chandler Carruth
2011-11-27
4
-19
/
+7
*
Fixed ObjectFile functions:
Danil Malyshev
2011-11-27
4
-7
/
+19
*
remove autoupgrade support for really old-style debug info intrinsics.
Chris Lattner
2011-11-27
1
-4
/
+0
*
remove autoupgrade support for LLVM 2.9 exception stuff. Mainline supports
Chris Lattner
2011-11-27
1
-4
/
+0
*
remove support for reading llvm 2.9 .bc files. LLVM 3.1 is only compatible b...
Chris Lattner
2011-11-27
1
-10
/
+5
*
This patch contains support for encoding FMA4 instructions and
Bruno Cardoso Lopes
2011-11-25
1
-0
/
+10
*
Devirtualize Pass::getPassID, overriding it isn't useful and it gets called a...
Benjamin Kramer
2011-11-24
1
-2
/
+2
*
This patch addresses gp relative fixups/relocations for jump tables.
Akira Hatanaka
2011-11-23
3
-0
/
+21
*
Add configure checking for pread(2) and use it to save a syscall when reading...
Benjamin Kramer
2011-11-22
2
-0
/
+6
*
fix typo in comment
Sebastian Pop
2011-11-21
1
-2
/
+2
*
Add virtual destructor. Whoops!
Nick Lewycky
2011-11-21
1
-0
/
+2
*
Less template, more virtual! Refactoring suggested by Chris in code review.
Nick Lewycky
2011-11-20
1
-124
/
+23
*
Refactor code to use new attribute getters on CallSite for NoCapture and ByVal.
Nick Lewycky
2011-11-20
2
-1
/
+11
*
Make an obviously const interface actually be marked as const.
Chandler Carruth
2011-11-20
1
-1
/
+1
*
DISubrange supports unsigned lower/upper array bounds, so let's not fake it i...
Devang Patel
2011-11-17
1
-2
/
+2
*
Fix bug in RefCountedBase/RefCountedBaseVPTR where the reference count was ac...
Ted Kremenek
2011-11-17
1
-0
/
+3
*
Add support for custom names for library functions in TargetLibraryInfo. Add...
Eli Friedman
2011-11-17
2
-8
/
+54
*
Sink codegen optimization level into MCCodeGenInfo along side relocation model
Evan Cheng
2011-11-16
5
-46
/
+53
*
Remove extra ,.
Michael J. Spencer
2011-11-16
1
-1
/
+1
*
AddressSanitizer, first commit (compiler module only)
Kostya Serebryany
2011-11-16
2
-0
/
+4
*
Object/Archive: Give Child a operator < for map.
Michael J. Spencer
2011-11-16
1
-0
/
+8
*
Support/COFF: Add structs and enums from the standard for image files.
Michael J. Spencer
2011-11-16
1
-3
/
+291
*
Rename MVT::untyped to MVT::Untyped to match similar nomenclature.
Owen Anderson
2011-11-16
1
-1
/
+1
*
StringRefize and simplify.
Benjamin Kramer
2011-11-15
1
-1
/
+1
*
Remove Value::getNameStr. It has been deprecated for a while and provides no ...
Benjamin Kramer
2011-11-15
1
-11
/
+0
*
Missed some users of Value::getNameStr.
Benjamin Kramer
2011-11-15
1
-1
/
+1
*
Remove all remaining uses of Value::getNameStr().
Benjamin Kramer
2011-11-15
3
-9
/
+9
*
Twinify GraphWriter a little bit.
Benjamin Kramer
2011-11-15
2
-8
/
+9
*
include/llvm/Support/Compiler.h: Invalidate LLVM_ATTRIBUTE_WEAK on cygming fo...
NAKAMURA Takumi
2011-11-15
1
-1
/
+1
*
Move WEAK marking to the declaration.
Nick Lewycky
2011-11-15
1
-8
/
+6
*
Break false dependencies before partial register updates.
Jakob Stoklund Olesen
2011-11-15
1
-0
/
+68
*
Fix linking for some users who already have tsan enabled code and are trying to
Nick Lewycky
2011-11-15
1
-0
/
+7
*
Refactor capture tracking (which already had a couple flags for whether returns
Nick Lewycky
2011-11-14
2
-2
/
+137
*
Add support for tsan annotations (thread sanitizer, a valgrind-based tool).
Nick Lewycky
2011-11-14
2
-0
/
+50
*
Fold ConstantVector::isAllOnesValue into Constant::isAllOnesValue and simplif...
Benjamin Kramer
2011-11-14
1
-6
/
+0
*
Make headers standalone.
Benjamin Kramer
2011-11-14
6
-8
/
+14
*
Make headers standalone, move a virtual method out of line.
Benjamin Kramer
2011-11-14
3
-16
/
+22
*
Under the hood, MBPI is doing a linear scan of every successor every
Chandler Carruth
2011-11-14
1
-5
/
+5
*
Reuse the logic in getEdgeProbability within getHotSucc in order to
Chandler Carruth
2011-11-14
1
-0
/
+1
*
Fix an overflow bug in MachineBranchProbabilityInfo. This pass relied on
Chandler Carruth
2011-11-14
1
-2
/
+4
*
Add a cautionary note to this API. It was not at all obvious to me how
Chandler Carruth
2011-11-14
1
-0
/
+3
*
Fix comment for LegalizeTypeAction enum.
Craig Topper
2011-11-13
1
-1
/
+1
*
Rename SlotIndexes to match how they are used.
Jakob Stoklund Olesen
2011-11-13
2
-52
/
+54
[next]