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
...
*
When loading from a constant, fold inttoptr if the integer type and the resul...
Anders Carlsson
2011-02-06
2
-0
/
+28
*
Don't define NDEBUG on MSVC_IDE and XCode builds. Fixes PR9155.
Oscar Fuentes
2011-02-06
1
-1
/
+3
*
Simplify away redundant test, and document what's going on.
Nick Lewycky
2011-02-06
1
-2
/
+5
*
Remove specialized comparison of InlineAsm objects. They're uniqued on creation
Nick Lewycky
2011-02-06
1
-6
/
+2
*
Moved more stuff to HandleLLVMOptions.cmake
Oscar Fuentes
2011-02-05
2
-21
/
+21
*
Fix another warning.
Anders Carlsson
2011-02-05
1
-1
/
+1
*
Fix a clang warning.
Anders Carlsson
2011-02-05
1
-1
/
+2
*
Windows/DynamicLibrary.inc: Split explicit symbols into explicit_symbols.inc.
NAKAMURA Takumi
2011-02-05
7
-60
/
+1585
*
Target/X86: Tweak allocating shadow area (aka home) on Win64. It must be enou...
NAKAMURA Takumi
2011-02-05
7
-29
/
+37
*
lib/Target/X86/X86ISelLowering.cpp: Introduce a new variable "IsWin64". No fu...
NAKAMURA Takumi
2011-02-05
1
-3
/
+4
*
lib/Target/X86/X86JITInfo.cpp: Add Win64 stuff.
NAKAMURA Takumi
2011-02-05
1
-0
/
+8
*
Target/X86: Fix whitespace.
NAKAMURA Takumi
2011-02-05
3
-7
/
+7
*
Windows/Program.inc: Quote arguments when dubious characters (used by cmd.exe...
NAKAMURA Takumi
2011-02-05
1
-1
/
+1
*
Move a test that ended up in the wrong place.
Bob Wilson
2011-02-05
2
-18
/
+18
*
Fix an anti-dep breaker corner case.
Andrew Trick
2011-02-05
1
-1
/
+0
*
Fix cut and paste error spotted by Jakob.
Eric Christopher
2011-02-05
1
-1
/
+1
*
Be more strict about the first/last interference-free use.
Jakob Stoklund Olesen
2011-02-05
1
-4
/
+25
*
Add assertions to verify that the new interval is clear of the interference.
Jakob Stoklund Olesen
2011-02-05
1
-7
/
+14
*
Rewrite how the indirect call bonus is handled. This now works by:
Eric Christopher
2011-02-05
2
-80
/
+130
*
[AVX] Revert 124910 until clients are ready.
David Greene
2011-02-05
1
-122
/
+0
*
[AVX] Add some utilities to insert and extract 128-bit subvectors.
David Greene
2011-02-04
1
-0
/
+122
*
MC/AsmMatcher: Sink ConvertToMCInst into the TargetAsmParser instance, which
Daniel Dunbar
2011-02-04
1
-3
/
+8
*
Apparently, it is possible for a block with a landing pad successor to have n...
Jakob Stoklund Olesen
2011-02-04
1
-1
/
+1
*
Merge .debug_loc entries whenever possible to reduce debug_loc size.
Devang Patel
2011-02-04
4
-15
/
+864
*
Mark that the return is using EAX so that we don't use it for some other
Nick Lewycky
2011-02-04
2
-0
/
+35
*
Be more accurate about live range splitting at the end of blocks.
Jakob Stoklund Olesen
2011-02-04
1
-4
/
+17
*
Teach ARM/MC/ELF about EF_ARM_EABI_VERSION. The magic number is set to
Jason W Kim
2011-02-04
3
-2
/
+32
*
Teach ARM/MC/ELF to handle R_ARM_JUMP24 relocation type for conditional jumps.
Jason W Kim
2011-02-04
9
-16
/
+88
*
Add LiveIntervals::getLastSplitPoint().
Jakob Stoklund Olesen
2011-02-04
5
-1
/
+43
*
Verify that one of the ranges produced by region splitting is allocatable.
Jakob Stoklund Olesen
2011-02-04
1
-1
/
+15
*
MC/AsmParser: Add support for allowing the conversion process to fail (via
Daniel Dunbar
2011-02-04
4
-8
/
+23
*
build: Add MAKEFILE_UNITTEST_NO_INCLUDE_COMMON build variable, to be leveraged
Daniel Dunbar
2011-02-04
1
-0
/
+2
*
MC/AsmMatcher: Add support for custom conversion functions.
Daniel Dunbar
2011-02-04
2
-1
/
+27
*
Silence uninitialized value warnings.
David Greene
2011-02-04
1
-4
/
+4
*
[AVX] Support VSINSERTF128 with more patterns and appropriate
David Greene
2011-02-04
4
-0
/
+77
*
Make Win32's header file name lower for cross build on case-sensitive filesys...
NAKAMURA Takumi
2011-02-04
4
-6
/
+6
*
LLVM_ON_WIN32 is not defined on config-ix.cmake. Use something else.
Oscar Fuentes
2011-02-04
1
-4
/
+9
*
Add the tablegenned files to the `clean' target.
Oscar Fuentes
2011-02-04
1
-0
/
+5
*
Introducing a new method of tracking register pressure. We can't
Andrew Trick
2011-02-04
5
-120
/
+176
*
DebugLoc associated with a machine instruction is used to emit location entri...
Devang Patel
2011-02-04
3
-22
/
+101
*
Update comments.
Evan Cheng
2011-02-04
1
-2
/
+3
*
Skip unused values.
Jakob Stoklund Olesen
2011-02-04
1
-1
/
+3
*
Also compute interference intervals for blocks with no uses.
Jakob Stoklund Olesen
2011-02-04
1
-3
/
+1
*
Verify kill flags conservatively.
Jakob Stoklund Olesen
2011-02-04
1
-18
/
+5
*
Tidy up a bit.
Jim Grosbach
2011-02-03
1
-3
/
+3
*
Do not sign extend floating-point values in the asm parser.
Bob Wilson
2011-02-03
1
-1
/
+1
*
Remove trailing whitespace
Bob Wilson
2011-02-03
1
-2
/
+2
*
Edit a comment for consistency.
Bob Wilson
2011-02-03
1
-1
/
+1
*
whitespace
Andrew Trick
2011-02-03
1
-18
/
+18
*
SimplifyCFG: Also transform switches that represent a range comparison but ar...
Benjamin Kramer
2011-02-03
2
-6
/
+57
[prev]
[next]