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
*
Expose a switch for the new gcov format.
Nick Lewycky
2011-12-06
1
-1
/
+2
*
Tidy up. Hard tabs.
Jim Grosbach
2011-12-06
1
-2
/
+2
*
All these arguments are default anyways.
Nick Lewycky
2011-12-06
1
-1
/
+1
*
Tidy up. 80 columns.
Jim Grosbach
2011-12-06
1
-1
/
+2
*
Switch MCAssembler to method names starting w/ lower-case.
Jim Grosbach
2011-12-06
1
-15
/
+15
*
Silence tsan false-positives (tsan can't track things which are only safe due to
Nick Lewycky
2011-12-05
1
-0
/
+2
*
Change the Dominators recalculate() function to only rely on GraphTraits
Anna Zaks
2011-12-05
5
-8
/
+20
*
Add support for vectors of pointers.
Nadav Rotem
2011-12-05
5
-17
/
+47
*
Emit the ctors in the proper order on ARM/EABI.
Anton Korobeynikov
2011-12-03
2
-15
/
+16
*
Move global variables in TargetMachine into new TargetOptions class. As an API
Nick Lewycky
2011-12-02
5
-136
/
+175
*
TargetMachine: document unnamed bool argument
Dylan Noblesmith
2011-12-02
1
-3
/
+3
*
Fix a few more places where TargetData/TargetLibraryInfo is not being passed.
Chad Rosier
2011-12-02
1
-3
/
+3
*
ExecutionEngine: honor optimization level
Dylan Noblesmith
2011-12-01
1
-0
/
+1
*
Add a deterministic finite automaton based packetizer for VLIW architectures
Anshuman Dasgupta
2011-12-01
1
-0
/
+78
*
Add a few more functions to TargetLibraryInfo. More of rdar://10500969.
Chad Rosier
2011-12-01
1
-0
/
+36
*
Add some missing anchors.
David Blaikie
2011-12-01
3
-0
/
+8
*
Propagate TargetLibraryInfo throughout ConstantFolding.cpp and
Chad Rosier
2011-12-01
4
-20
/
+62
*
make asan work at -O0, llvm part. Patch by glider@google.com
Kostya Serebryany
2011-11-30
1
-1
/
+6
*
Support for encoding all FMA4 instructions and tablegen patterns for all
Jan Sjödin
2011-11-30
1
-0
/
+128
*
Add a few functions to TargetLibraryInfo.
Chad Rosier
2011-11-30
1
-13
/
+98
*
LSR: handle the expansion of phi operands that use postinc forms of the IV.
Andrew Trick
2011-11-30
1
-0
/
+2
*
Alphabetize TargetLibraryInfo enum and fix doxygen comments. No functional
Chad Rosier
2011-11-30
1
-21
/
+21
*
Add support for sqrt, sqrtl, and sqrtf in TargetLibraryInfo. Disable
Chad Rosier
2011-11-29
1
-0
/
+9
*
If fast-isel fails, remove dead instructions generated during the failed
Chad Rosier
2011-11-29
1
-0
/
+4
*
MC/X86/COFF: Allow quotes in names when targeting MS/Windows,
Michael J. Spencer
2011-11-29
1
-0
/
+10
*
Fixed ObjectFile functions:
Danil Malyshev
2011-11-29
4
-7
/
+19
*
llvm-c: Add a few missing InitializeAll* functions.
Daniel Dunbar
2011-11-29
1
-0
/
+52
*
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
[next]