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
/
lib
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix PR14547. Handle induction variables of small sizes smaller than i32 (i8 a...
Nadav Rotem
2013-01-13
1
-0
/
+3
*
[ObjCARC] Even more debug messages!
Michael Gottesman
2013-01-13
1
-1
/
+17
*
[ObjCARC] More debug messages.
Michael Gottesman
2013-01-13
1
-4
/
+29
*
Fix an editor goof in r171738 that Bill spotted. He may even have a test
Chandler Carruth
2013-01-12
1
-1
/
+1
*
When lowering an inreg sext first shift left, then right arithmetically.
Benjamin Kramer
2013-01-12
1
-3
/
+3
*
MipsDisassembler.cpp: Prune DecodeHWRegs64RegisterClass() to suppress a warni...
NAKAMURA Takumi
2013-01-12
1
-16
/
+0
*
GlobalOpt: Avoid jump on uninitialized value.
Benjamin Kramer
2013-01-12
1
-1
/
+1
*
MipsAsmParser: Try to unbreak tests to add extra check.
NAKAMURA Takumi
2013-01-12
1
-2
/
+2
*
Fixed debug message in ObjCARC.
Michael Gottesman
2013-01-12
1
-2
/
+2
*
Fixed a few debug messages in ObjCARC and added one.
Michael Gottesman
2013-01-12
1
-3
/
+5
*
Fixed bug in ObjCARC where we were changing a call from objc_autoreleaseRV =>...
Michael Gottesman
2013-01-12
1
-3
/
+6
*
Fixed a bug where we were tail calling objc_autorelease causing an object to ...
Michael Gottesman
2013-01-12
1
-2
/
+25
*
This patch tackles the problem of parsing Mips
Jack Carter
2013-01-12
7
-237
/
+496
*
Limit the search space in RAGreedy::tryEvict().
Jakob Stoklund Olesen
2013-01-12
2
-1
/
+33
*
Precompute some information about register costs.
Jakob Stoklund Olesen
2013-01-12
1
-2
/
+22
*
Stop hiding the interface-exposed EatToEndOfStatement (see r172276).
Eli Bendersky
2013-01-12
1
-2
/
+1
*
Make ParseIdentifier a public method instead of private.
Eli Bendersky
2013-01-12
1
-4
/
+4
*
Fixed whitespace.
Michael Gottesman
2013-01-11
1
-61
/
+61
*
PPC: Implement efficient lowering of sign_extend_inreg.
Nadav Rotem
2013-01-11
1
-1
/
+25
*
Proof of concept moving of generic directive parsing from AsmParser to the
Eli Bendersky
2013-01-11
1
-41
/
+38
*
Update patch for the pad short functions pass for Intel Atom (only).
Preston Gurd
2013-01-11
1
-18
/
+59
*
Remove some accidentaly duplicated code. This needs urgent cleanup :(
Benjamin Kramer
2013-01-11
1
-270
/
+0
*
Added debug messages to GlobalOpt.
Michael Gottesman
2013-01-11
1
-17
/
+110
*
Split TargetLowering into a CodeGen and a SelectionDAG part.
Benjamin Kramer
2013-01-11
10
-992
/
+1301
*
ARM Cost Model: Modify the target independent cost model to ask
Nadav Rotem
2013-01-11
1
-12
/
+21
*
For inline asm:
Eric Christopher
2013-01-11
3
-4
/
+18
*
Follow-up typo correction from building the wrong branch.
Andrew Trick
2013-01-11
1
-2
/
+2
*
Fix typo from r170452. Affects -enable-misched heuristics.
Andrew Trick
2013-01-11
1
-2
/
+2
*
Update CMakeLists for CallPrinter.cpp.
Andrew Trick
2013-01-11
1
-0
/
+1
*
Added -view-callgraph module pass.
Andrew Trick
2013-01-11
2
-0
/
+89
*
Fix bug in exception table allocation (PR13678)
Eli Bendersky
2013-01-11
1
-8
/
+18
*
Simplify writing floating types to assembly.
Tim Northover
2013-01-11
1
-74
/
+32
*
ARM Cost Model: We need to detect the max bitwidth of types in the loop in o...
Nadav Rotem
2013-01-11
1
-6
/
+12
*
Revert r172153, "llvm/lib/MC/MCParser/AsmParser.cpp: [ms-inline-asm] Fix a co...
NAKAMURA Takumi
2013-01-11
1
-4
/
+2
*
SMDiagnostic: don't emit ranges if there are /any/ multibyte characters.
Jordan Rose
2013-01-11
1
-9
/
+12
*
Support for half intrinsics. Pushes MMX into slower encoding path.
Michael Ilseman
2013-01-11
2
-17
/
+23
*
X86AsmParser.cpp: Fix up r172148, to add initializer in another CreateMem().
NAKAMURA Takumi
2013-01-11
1
-0
/
+1
*
llvm/lib/MC/MCParser/AsmParser.cpp: [ms-inline-asm] Fix a couple of undefined...
NAKAMURA Takumi
2013-01-11
1
-2
/
+4
*
Remove heavy and unused #inclues from X86TargetObjectFile.cpp.
Jakub Staszak
2013-01-10
1
-5
/
+1
*
Rename enumerations s/VK/DK/ to conform to naming convention
Eli Bendersky
2013-01-10
1
-153
/
+153
*
[ms-inline asm] Make sure we set a default value for AddressOf. Follow on to
Chad Rosier
2013-01-10
1
-1
/
+2
*
fix comments a bit
Eli Bendersky
2013-01-10
1
-2
/
+2
*
PR14904: Segmentation fault running pass 'Recognize loop idioms'
Shuxin Yang
2013-01-10
1
-1
/
+1
*
CastInst::castIsValid should return true if the dest type is the same as
Evan Cheng
2013-01-10
1
-0
/
+5
*
Remove a couple of if-else chains in parsing directives, replacing them by a
Eli Bendersky
2013-01-10
1
-149
/
+240
*
[msan] Change va_start/va_copy shadow memset alignment to 8.
Peter Collingbourne
2013-01-10
1
-2
/
+2
*
PR14896: Handle memcpy from constant string where the memcpy size is larger t...
Evan Cheng
2013-01-10
1
-2
/
+3
*
Remove unneeded includes from FunctionLoweringInfo.h.
Jakub Staszak
2013-01-10
1
-1
/
+1
*
[ms-inline asm] Add support for calling functions from inline assembly.
Chad Rosier
2013-01-10
2
-17
/
+43
*
Teach InstCombine to hoist FABS and FNEG through FPTRUNC instructions. The a...
Owen Anderson
2013-01-10
1
-1
/
+27
[next]