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
*
[Object/COFF]: Expose getSectionContents.
Michael J. Spencer
2012-03-19
1
-0
/
+5
*
[Object/COFF]: Expose getSectionName.
Michael J. Spencer
2012-03-19
2
-0
/
+8
*
Make the formatting of this file more consistent, and fix the 80-columns
Chandler Carruth
2012-03-18
1
-42
/
+42
*
Teach InstVisitor about the UnaryInstruction layer in the instruction
Chandler Carruth
2012-03-18
1
-8
/
+9
*
MachineInstr: Inline the fast path (non-bundle instruction) of hasProperty.
Benjamin Kramer
2012-03-17
1
-1
/
+12
*
Limit the number of memory operands in MachineInstr to 2^16 and store the num...
Benjamin Kramer
2012-03-16
1
-6
/
+7
*
Start removing the use of an ad-hoc 'never inline' set and instead
Chandler Carruth
2012-03-16
2
-9
/
+10
*
Pull the implementation of the code metrics out of the inline cost
Chandler Carruth
2012-03-16
1
-34
/
+32
*
LSR fix: Add isSimplifiedLoopNest to IVUsers analysis.
Andrew Trick
2012-03-16
1
-1
/
+2
*
Revert r152613 (and r152614), "Inline the d'tor and add an anchor instead." f...
NAKAMURA Takumi
2012-03-16
1
-2
/
+1
*
Revert r152202: "Use uint16_t to store InstrNameIndices in MCInstrInfo."
Jakob Stoklund Olesen
2012-03-15
1
-2
/
+2
*
Remove the basic inliner. This was added in 2007, and hasn't really
Chandler Carruth
2012-03-15
1
-55
/
+0
*
Remove all remnants of partial specialization in the cost computation
Chandler Carruth
2012-03-15
1
-12
/
+0
*
Extend the inline cost calculation to account for bonuses due to
Chandler Carruth
2012-03-14
2
-4
/
+20
*
Fixes the MSVC build.
Francois Pichet
2012-03-14
1
-4
/
+0
*
misched: implemented a framework for top-down or bottom-up scheduling.
Andrew Trick
2012-03-14
1
-0
/
+7
*
Move APInt::operator[] inline.
Benjamin Kramer
2012-03-14
1
-1
/
+5
*
Move APInt::operator! inline, it's small and fuses well with surrounding code...
Benjamin Kramer
2012-03-14
1
-1
/
+9
*
Target override to allow CodeGenPrepare to sink address operands to intrinsic...
Pete Cooper
2012-03-13
1
-0
/
+12
*
Remove an old hack for pre-2005 MSVC. We don't support ancient microsoft comp...
Benjamin Kramer
2012-03-13
1
-24
/
+0
*
s/SjLjEHPass/SjLjEHPrepare/
Bill Wendling
2012-03-13
1
-2
/
+2
*
enhance jump threading to preserve TBAA information when PRE'ing loads,
Chris Lattner
2012-03-13
1
-1
/
+7
*
Generalize the "trunc(ptrtoint(x)) - trunc(ptrtoint(y)) ->
Duncan Sands
2012-03-13
1
-3
/
+10
*
Fixed comments for SwitchInst::addCase and for SwitchInst::removeCase.
Stepan Dyatkovskiy
2012-03-13
1
-3
/
+6
*
Uniformize the InstructionSimplify interface by ensuring that all routines
Duncan Sands
2012-03-13
1
-0
/
+3
*
Add profiling support for Intel Parallel Amplifier XE (VTune) for JITted code...
Eli Bendersky
2012-03-13
5
-10
/
+276
*
Inline the d'tor and add an anchor instead.
Bill Wendling
2012-03-13
1
-1
/
+2
*
Convert more static tables of registers used by calling convention to uint16_...
Craig Topper
2012-03-11
1
-6
/
+6
*
llvm::SwitchInst
Stepan Dyatkovskiy
2012-03-11
1
-12
/
+15
*
Add a few missing 'template' keywords
Douglas Gregor
2012-03-11
2
-3
/
+3
*
Shrink and reorder some fields in MCOperandInfo to fit it in 8 bytes to reduc...
Craig Topper
2012-03-11
1
-6
/
+6
*
Fix warnings when building with VS11.
Michael J. Spencer
2012-03-11
1
-0
/
+3
*
Fixing a compile warning triggered in MSVC about constant truncation.
Aaron Ballman
2012-03-10
1
-1
/
+2
*
Make StringRef::getAsInteger work with all integer types. Before this change
Michael J. Spencer
2012-03-10
1
-7
/
+32
*
Refactor some methods to look through bitcasts and GEPs on pointers into
Chandler Carruth
2012-03-10
1
-3
/
+21
*
Support reading GNU symbol versions in ELFObjectFile
David Meyer
2012-03-09
2
-9
/
+390
*
[Object]
David Meyer
2012-03-09
6
-14
/
+45
*
[Support] Drop verbose _ATTRIBUTE from LLVM_ATTRIBUTE_{READONLY,READNONE} macro
Daniel Dunbar
2012-03-09
2
-10
/
+10
*
Add support for r600 (AMD GPUs HD2XXX - HD6XXX) target triplet.
Anton Korobeynikov
2012-03-09
1
-0
/
+1
*
misched interface: rename Begin/End to RegionBegin/RegionEnd since they are n...
Andrew Trick
2012-03-09
1
-5
/
+5
*
Fix a silly restriction on the fast-path for hash_combine_range. This
Chandler Carruth
2012-03-09
1
-1
/
+1
*
misched: allow the default scheduler to be one chosen by the target.
Andrew Trick
2012-03-09
1
-3
/
+8
*
Added TargetPassConfig::enablePass
Andrew Trick
2012-03-09
1
-1
/
+4
*
Revert commit 152300 (ddunbar) since it still seems to be breaking
Duncan Sands
2012-03-08
1
-51
/
+0
*
Use uint16_t to store instruction implicit uses and defs. Reduces static data.
Craig Topper
2012-03-08
1
-6
/
+6
*
[ADT] Change the trivial FoldingSetNodeID::Add* methods to be inline, reapplied
Daniel Dunbar
2012-03-08
1
-0
/
+51
*
Taken into account Duncan's comments for r149481 dated by 2nd Feb 2012:
Stepan Dyatkovskiy
2012-03-08
2
-79
/
+161
*
Re-commit r152202 hopefully fixing the MSVC linker error.
Craig Topper
2012-03-08
1
-2
/
+2
*
Revert r152288, "[ADT] Change the trivial FoldingSetNodeID::Add* methods to be
Daniel Dunbar
2012-03-08
1
-46
/
+0
*
[ADT] Change the trivial FoldingSetNodeID::Add* methods to be inline.
Daniel Dunbar
2012-03-08
1
-0
/
+46
[next]