index
:
external_llvm.git
replicant-6.0
Android's llvm
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
include
Commit message (
Expand
)
Author
Age
Files
Lines
*
Revert r168635 "Step towards implementation of pass manager with doInitializa...
Owen Anderson
2012-11-27
4
-9
/
+10
*
Fast-math optimization: fold multiply by zero
Michael Ilseman
2012-11-27
1
-0
/
+9
*
Fast-math flags for the bitcode
Michael Ilseman
2012-11-27
1
-0
/
+10
*
Fast-math interfaces for Instructions
Michael Ilseman
2012-11-27
1
-0
/
+51
*
Fast-math flags added to FPMathOperator.
Michael Ilseman
2012-11-27
1
-0
/
+116
*
Step towards implementation of pass manager with doInitialization and doFinal...
Owen Anderson
2012-11-26
4
-10
/
+9
*
Decouple MCInstBuilder from the streamer per Eli's request.
Benjamin Kramer
2012-11-26
1
-4
/
+2
*
Add MCInstBuilder, a utility class to simplify MCInst creation similar to Mac...
Benjamin Kramer
2012-11-26
1
-0
/
+70
*
Code Custodian:
Joe Abbey
2012-11-25
4
-71
/
+72
*
Add support for .cfi_register now that it is easy to extent the representation
Rafael Espindola
2012-11-25
2
-5
/
+25
*
Further cleanups. Thanks for Sean Silva for noticing it.
Rafael Espindola
2012-11-25
1
-24
/
+12
*
Add an extra slash so doxygen comments will be properly recognized.
Craig Topper
2012-11-25
1
-13
/
+13
*
libLTO: Add a utility method to initialize the disassemblers.
Benjamin Kramer
2012-11-24
1
-0
/
+7
*
Change the representation of MCCFIInstruction.
Rafael Espindola
2012-11-24
1
-42
/
+35
*
Give each MCCFIInstruction its own opcode.
Rafael Espindola
2012-11-24
1
-16
/
+16
*
Move a bit of duplicated code into a helper function.
Rafael Espindola
2012-11-24
1
-0
/
+1
*
Refactor how MCCFIInstructions are created.
Rafael Espindola
2012-11-24
1
-16
/
+88
*
Implement .cfi_undefined. Based on a patch from PaX team, updated by
Rafael Espindola
2012-11-23
2
-2
/
+3
*
Remove unused parameter Penalty from the BoundsChecking pass.
Joey Gouly
2012-11-23
1
-3
/
+1
*
Add more functions to the target library information.
Meador Inge
2012-11-22
1
-0
/
+24
*
Add relocations used for mips big GOT.
Akira Hatanaka
2012-11-21
1
-1
/
+5
*
test commit: added a few comments
Preston Briggs
2012-11-21
1
-0
/
+10
*
removes a few "const" qualifiers
Sebastian Pop
2012-11-20
1
-9
/
+9
*
Remove some dead code.
Eric Christopher
2012-11-20
1
-19
/
+0
*
Fix a place where the declaration didn't use LLVM_ENABLE_DUMP but the
Chandler Carruth
2012-11-20
1
-1
/
+1
*
Fix physical register liveness calculations:
Tim Northover
2012-11-20
1
-4
/
+1
*
Make the AttrListPtr object a part of the LLVMContext.
Bill Wendling
2012-11-20
1
-12
/
+10
*
80-column and whitespace fixups.
Eric Christopher
2012-11-20
1
-43
/
+43
*
Allow using MemoryBuffers with yaml::Stream directly.
Sean Silva
2012-11-19
1
-0
/
+4
*
Remove a function argument and propagate const around accordingly.
Eric Christopher
2012-11-19
1
-2
/
+2
*
Promote the constant 1 to long long, 1LL or 1ULL in int64_t-sensitive context.
NAKAMURA Takumi
2012-11-19
1
-4
/
+4
*
Clean up handling of always-inline functions in the inliner.
Bob Wilson
2012-11-19
1
-0
/
+3
*
Some comment fixes.
Bob Wilson
2012-11-19
1
-5
/
+5
*
Typo
James Molloy
2012-11-17
1
-1
/
+1
*
Add a new function to ConstantExpr - getAsInstruction. This returns its Instr...
James Molloy
2012-11-17
1
-0
/
+10
*
Add constant definitions for fission dwarf attributes, forms, etc.
Eric Christopher
2012-11-16
1
-3
/
+26
*
Remove default public copy ctors.
Benjamin Kramer
2012-11-16
1
-6
/
+0
*
Remove trailing spaces.
Jakub Staszak
2012-11-16
1
-70
/
+70
*
typo
Andrew Trick
2012-11-16
1
-3
/
+3
*
Work around a layering violation from Target to CodeGen.
Benjamin Kramer
2012-11-16
1
-1
/
+1
*
Add the Erlang/HiPE calling convention, patch by Yiannis Tsiouris.
Duncan Sands
2012-11-16
1
-0
/
+4
*
Interface changes to allow RuntimeDyld memory managers to set memory permissi...
Andrew Kaylor
2012-11-15
1
-1
/
+10
*
Remove trailing whitespace
Michael Ilseman
2012-11-15
4
-49
/
+49
*
[reg scavenger] Fix the isUsed/isAliasUsed functions so as to not report a false
Chad Rosier
2012-11-15
1
-3
/
+5
*
Fix indeterminism in MI scheduler DAG construction.
Sergei Larin
2012-11-15
1
-0
/
+12
*
Use empty parens for empty function parameter list instead of '(void)'.
Dmitri Gribenko
2012-11-15
5
-10
/
+10
*
Do not handle void types in DataLayout. Patch by Patrick Hägglund.
Duncan Sands
2012-11-15
1
-0
/
+1
*
Make GlobalOpt be conservative with TLS variables (PR14309)
Hans Wennborg
2012-11-15
1
-0
/
+3
*
Add support for SPIR64 target - the 64bit counterpart of SPIR.
Guy Benyei
2012-11-15
1
-1
/
+2
*
Add llvm.ceil, llvm.trunc, llvm.rint, llvm.nearbyint intrinsics.
Craig Topper
2012-11-15
1
-0
/
+4
[next]