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
Commit message (
Expand
)
Author
Age
Files
Lines
*
fix a off-by-one bug in intersectWith(), and add a bunch of tests
Nuno Lopes
2012-06-28
2
-3
/
+33
*
Use the interface through DIDescriptor to get the tag/version for a debug info
Bill Wendling
2012-06-28
1
-9
/
+11
*
Silence unused variable warning.
Richard Trieu
2012-06-28
1
-0
/
+1
*
Fix cmake failure from moving files around.
Bill Wendling
2012-06-28
2
-1
/
+1
*
Remove 'site.exp' building from both CMake and configure+make.
Chandler Carruth
2012-06-28
5
-62
/
+14
*
Move lib/Analysis/DebugInfo.cpp to lib/VMCore/DebugInfo.cpp and
Bill Wendling
2012-06-28
42
-108
/
+106
*
Remove the last vestiges of the '-lit' and '-dg' test runner split by
Chandler Carruth
2012-06-28
1
-9
/
+9
*
Remove 'check-dg', a wrapper around 'check-local-dg' which was just
Chandler Carruth
2012-06-28
2
-24
/
+2
*
Remove autoconf support for runtest and tclsh, some of the last vestigal
Chandler Carruth
2012-06-27
3
-6
/
+0
*
Rip out legacy DejaGNU support from our Makefiles. This hasn't been the
Chandler Carruth
2012-06-27
1
-22
/
+0
*
LLVM-GCC is dead. Really. I promise. ;]
Chandler Carruth
2012-06-27
1
-2
/
+0
*
This allows hello world to be compiled for Mips 64 direct object.
Jack Carter
2012-06-27
2
-0
/
+40
*
This allows hello world to be compiled for Mips 64 direct object.
Jack Carter
2012-06-27
5
-12
/
+83
*
Whitespace.
Chad Rosier
2012-06-27
1
-34
/
+34
*
The ELF relocation record format is different for N64
Jack Carter
2012-06-27
4
-13
/
+67
*
Refactor and speed up DFA generator.
Anshuman Dasgupta
2012-06-27
1
-21
/
+48
*
Revert r159136 due to PR13124.
Matt Beaumont-Gay
2012-06-27
3
-31
/
+0
*
When users ask for -mcpu=help or -mattr=help, just output the help without
Duncan Sands
2012-06-27
1
-13
/
+23
*
Some reassociate optimizations create new instructions, which they insert just
Duncan Sands
2012-06-27
2
-11
/
+21
*
Teach assembler to handle capitalised operation values for DSB instructions
Richard Barton
2012-06-27
2
-1
/
+7
*
Clean up the 'check' CMake build rule a bit, notable renaming it to
Chandler Carruth
2012-06-27
1
-19
/
+28
*
Prevent ARM Assembler crashing on unrecognised assembly format for DSB instru...
Richard Barton
2012-06-27
1
-1
/
+2
*
Sphinxify the exception handling doc.
Bill Wendling
2012-06-27
3
-564
/
+369
*
Silence uninitialized variable warning in MipsISelDAGToDAG.cpp.
Akira Hatanaka
2012-06-27
1
-1
/
+1
*
Test case for r159240.
Akira Hatanaka
2012-06-27
1
-0
/
+9
*
Exclude both libcxx and compiler-rt until we get their CMake builds
Chandler Carruth
2012-06-27
1
-1
/
+2
*
Fix bug in computation of stack size in MipsFrameLowering.cpp.
Akira Hatanaka
2012-06-27
2
-3
/
+10
*
Reduce indentation in function. Rearrange some methods. No functionality change.
Bill Wendling
2012-06-26
1
-223
/
+222
*
TableGen: AsmMatcher diagnostics preference detail.
Jim Grosbach
2012-06-26
1
-1
/
+3
*
Revamp how debugging information is emitted for debug info objects.
Bill Wendling
2012-06-26
2
-196
/
+113
*
Add a missing check to avoid dereference null. No sensible test case possible...
Evan Cheng
2012-06-26
1
-0
/
+2
*
Remove a instcombine transform that (no longer?) makes sense:
Evan Cheng
2012-06-26
3
-33
/
+16
*
Implement getHostCPUName for ARM/linux. This will be used to implement -march...
Benjamin Kramer
2012-06-26
1
-0
/
+55
*
Fix llc's -print-before=pass and -print-after=pass.
Rafael Espindola
2012-06-26
2
-0
/
+10
*
X86: add GATHER intrinsics (AVX2) in LLVM
Manman Ren
2012-06-26
13
-4
/
+268
*
Teach TableGen to put chains on more instructions
Tim Northover
2012-06-26
1
-0
/
+7
*
Fix ThreadLocalImpl::getInstance for --disable-threads.
Argyrios Kyrtzidis
2012-06-26
1
-3
/
+5
*
Allow targets to inject passes before the virtual register rewriter.
Jakob Stoklund Olesen
2012-06-26
2
-1
/
+17
*
IntegersSubsetTest: Due to compilation failure with -std=c11, replaced -1UL w...
Stepan Dyatkovskiy
2012-06-26
1
-4
/
+8
*
There are a number of generic inline asm operand modifiers that
Jack Carter
2012-06-26
10
-12
/
+39
*
Replacing zero-sized alloca's with a null pointer is too aggressive, instead
Duncan Sands
2012-06-26
2
-9
/
+47
*
IntegersSubsetMapping: implemented "diff" operation. Operation allows at the ...
Stepan Dyatkovskiy
2012-06-26
2
-3
/
+401
*
IntegersSubsetMapping: removed exclude operation, it will replaced with more ...
Stepan Dyatkovskiy
2012-06-26
2
-226
/
+0
*
Sphyinxify the Bugpoint document.
Bill Wendling
2012-06-26
3
-317
/
+220
*
Removed unused variable
Elena Demikhovsky
2012-06-26
1
-1
/
+0
*
Rename to match other X86_64* names.
Bill Wendling
2012-06-26
3
-5
/
+5
*
Shuffle optimization for AVX/AVX2.
Elena Demikhovsky
2012-06-26
2
-0
/
+73
*
Update a bunch of stale comments that dated from when this folled the
Chandler Carruth
2012-06-26
1
-14
/
+11
*
Remove some duplicate instructions that exist only to given different mnemoni...
Craig Topper
2012-06-26
3
-28
/
+25
*
Enable the new LoopInfo algorithm by default.
Andrew Trick
2012-06-26
10
-244
/
+52
[next]