projects
/
oota-llvm.git
/ history
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
Make this Lit config file a bit slimmer
[oota-llvm.git]
/
include
/
2012-12-13
Jakob Stoklund Olesen
Express prepend and append in terms of a more generic...
tree
|
commitdiff
2012-12-12
Pedro Artigas
Make the MCStreamer have a reset method and call that...
tree
|
commitdiff
2012-12-12
Benjamin Kramer
YAMLIO: Remove all of the template instantiation hacks...
tree
|
commitdiff
2012-12-12
Nick Kledzik
AlignedCharArrayUnion is erroring with non-clang compilers
tree
|
commitdiff
2012-12-12
Nick Kledzik
Initial implementation of a utility for converting...
tree
|
commitdiff
2012-12-12
Eli Bendersky
Make naming consistent, add comments and sanity asserts
tree
|
commitdiff
2012-12-12
Nadav Rotem
LoopVectorizer: Use the "optsize" attribute to decide...
tree
|
commitdiff
2012-12-12
Bill Schmidt
This patch implements local-dynamic TLS model support...
tree
|
commitdiff
2012-12-12
Rafael Espindola
The TargetData is not used for the isPowerOfTwo determi...
tree
|
commitdiff
2012-12-12
Alexey Samsonov
Improve debug info generated with enabled AddressSanitizer.
tree
|
commitdiff
2012-12-12
Logan Chien
Add ARM NONE and PREL31 relocation types.
tree
|
commitdiff
2012-12-12
Evan Cheng
Sorry about the churn. One more change to getOptimalMem...
tree
|
commitdiff
2012-12-12
Evan Cheng
- Rename isLegalMemOpType to isSafeMemOpType. "Legal...
tree
|
commitdiff
2012-12-12
Nadav Rotem
LoopVectorizer: When -Os is used, vectorize only loops...
tree
|
commitdiff
2012-12-12
Evan Cheng
Avoid using lossy load / stores for memcpy / memset...
tree
|
commitdiff
2012-12-12
Michael Ilseman
Added a slew of SimplifyInstruction floating-point...
tree
|
commitdiff
2012-12-12
Michael Ilseman
Pattern matchers for floating point values
tree
|
commitdiff
2012-12-12
Michael Ilseman
Remove FIXMEs surrounding Constant[Data]Vectors, instead
tree
|
commitdiff
2012-12-11
Evan Cheng
Replace TargetLowering::isIntImmLegal() with
tree
|
commitdiff
2012-12-11
Tom Stellard
Add R600 backend
tree
|
commitdiff
2012-12-11
Bill Schmidt
This patch implements the general dynamic TLS model...
tree
|
commitdiff
2012-12-11
Rafael Espindola
Use an ArrayRef instead of a std::vector&.
tree
|
commitdiff
2012-12-11
Patrik Hagglund
Revert EVT->MVT changes, r169836-169851, due to buildbo...
tree
|
commitdiff
2012-12-11
Chandler Carruth
Holding my nose and moving the accumulation routine...
tree
|
commitdiff
2012-12-11
Chandler Carruth
Hoist the GEP constant address offset computation to...
tree
|
commitdiff
2012-12-11
Patrik Hagglund
Change TargetLowering::getTypeForExtArgOrReturn to...
tree
|
commitdiff
2012-12-11
Patrik Hagglund
Change a parameter of TargetLowering::getVectorTypeBrea...
tree
|
commitdiff
2012-12-11
Patrik Hagglund
Change TargetLowering::RegisterTypeForVT to contain...
tree
|
commitdiff
2012-12-11
Patrik Hagglund
Change TargetLowering::TransformToType to contain MVTs...
tree
|
commitdiff
2012-12-11
Patrik Hagglund
Change TargetLowering::getRepRegClassCostFor, getIndexe...
tree
|
commitdiff
2012-12-11
Patrik Hagglund
Change TargetLowering::findRepresentativeClass to take...
tree
|
commitdiff
2012-12-11
Patrik Hagglund
Change TargetLowering::getTypeToPromoteTo to take and...
tree
|
commitdiff
2012-12-11
Patrik Hagglund
Change TargetLowering::isCondCodeLegal to take an MVT...
tree
|
commitdiff
2012-12-11
Patrik Hagglund
Change TargetLowering::getCondCodeAction to take an...
tree
|
commitdiff
2012-12-11
Patrik Hagglund
Change TargetLowering::getTruncStoreAction to take...
tree
|
commitdiff
2012-12-11
Patrik Hagglund
Change TargetLowering::getLoadExtAction to take an...
tree
|
commitdiff
2012-12-11
Patrik Hagglund
Change TargetLowering::setTypeAction to take an MVT...
tree
|
commitdiff
2012-12-11
Patrik Hagglund
Change TargetLowering::getRepRegClassFor to take an...
tree
|
commitdiff
2012-12-11
Patrik Hagglund
Change TargetLowering::getRegClassFor to take an MVT...
tree
|
commitdiff
2012-12-11
NAKAMURA Takumi
llvm/Target/TargetMachine.h: Remove two dependent headers.
tree
|
commitdiff
2012-12-11
Chad Rosier
Fall back to the selection dag isel to select tail...
tree
|
commitdiff
2012-12-10
Evan Cheng
Some enhancements for memcpy / memset inline expansion.
tree
|
commitdiff
2012-12-10
Lang Hames
Defer call to InitSections until after MCContext has...
tree
|
commitdiff
2012-12-10
Eric Christopher
Fix a coding style nit.
tree
|
commitdiff
2012-12-10
Bill Wendling
Revert r169656.
tree
|
commitdiff
2012-12-10
Eli Bendersky
Cleanup formatting, comments and naming.
tree
|
commitdiff
2012-12-10
Bill Wendling
Don't use a red zone for code coverage if the user...
tree
|
commitdiff
2012-12-10
Sean Silva
Fix funky copy-pasted grammatical error.
tree
|
commitdiff
2012-12-10
Chandler Carruth
Add a new visitor for walking the uses of a pointer...
tree
|
commitdiff
2012-12-09
Michael Ilseman
Reorganize FastMathFlags to be a wrapper around unsigne...
tree
|
commitdiff
2012-12-09
Paul Redmond
LoopVectorize: support vectorizing intrinsic calls
tree
|
commitdiff
2012-12-09
Michael Ilseman
Have the bitcode reader/writer just use FPMathOperator...
tree
|
commitdiff
2012-12-09
Shuxin Yang
- Re-enable population count loop idiom recognization
tree
|
commitdiff
2012-12-08
Chandler Carruth
Revert the patches adding a popcount loop idiom recogni...
tree
|
commitdiff
2012-12-08
Logan Chien
Fix Windows build breakage.
tree
|
commitdiff
2012-12-08
Bill Wendling
Add the `lto_codegen_set_export_dynamic' function.
tree
|
commitdiff
2012-12-07
Jim Grosbach
Add C API for specifying CPU to the disassembler.
tree
|
commitdiff
2012-12-07
Bill Wendling
s/AttrListPtr/AttributeSet/g to better label what this...
tree
|
commitdiff
2012-12-07
Eli Bendersky
Make the contents of encoded sections SmallVector<char...
tree
|
commitdiff
2012-12-07
Michael Ilseman
Remove trailing whitespace
tree
|
commitdiff
2012-12-07
Ted Kremenek
Mark ImmutableMap::remove/add() const.
tree
|
commitdiff
2012-12-07
Eli Bendersky
Refactor MCInstFragment and MCDataFragment to adhere...
tree
|
commitdiff
2012-12-07
Eli Bendersky
Lift EmitAssignment into MCObjectStreamer which gets...
tree
|
commitdiff
2012-12-07
Tim Northover
Added Mapping Symbols for ARM ELF
tree
|
commitdiff
2012-12-07
Logan Chien
Split MCELFStreamer into a header file.
tree
|
commitdiff
2012-12-07
Jakob Stoklund Olesen
Add an MIBundleBuilder class.
tree
|
commitdiff
2012-12-07
Jakob Stoklund Olesen
Add higher-level API for dealing with bundled MachineIn...
tree
|
commitdiff
2012-12-07
Ted Kremenek
Add manualRetain() and manualRelease() to ImmutableMapR...
tree
|
commitdiff
2012-12-07
Eli Bendersky
Add convenience accessor to Triple for OS == NaCl
tree
|
commitdiff
2012-12-06
Pedro Artigas
fixed valgrind issues of prior commit, this change...
tree
|
commitdiff
2012-12-06
Ted Kremenek
Revert "Allow modifying an ImmutableMap without canonic...
tree
|
commitdiff
2012-12-06
Evan Cheng
Replace r169459 with something safer. Rather than havin...
tree
|
commitdiff
2012-12-06
Jordan Rose
Allow modifying an ImmutableMap without canonicalizing...
tree
|
commitdiff
2012-12-06
Bill Wendling
Handle non-default array bounds.
tree
|
commitdiff
2012-12-06
NAKAMURA Takumi
Revert r169456, "change MCContext to work on the doInit...
tree
|
commitdiff
2012-12-06
Evan Cheng
Let targets provide hooks that compute known zero and...
tree
|
commitdiff
2012-12-06
Pedro Artigas
change MCContext to work on the doInitialization/doFina...
tree
|
commitdiff
2012-12-05
Andrew Trick
RegPressureTracker::dump(): Remove unnecessary argument.
tree
|
commitdiff
2012-12-05
Eli Bendersky
Change std::vector to SmallVector<4> and remove some...
tree
|
commitdiff
2012-12-05
Andrew Trick
RegisterPressureTracker: unify virtual registers and...
tree
|
commitdiff
2012-12-05
Andrew Trick
RegisterPresssureTracker: Track live physical register...
tree
|
commitdiff
2012-12-05
Eli Bendersky
Remove unused methods
tree
|
commitdiff
2012-12-05
Michael J. Spencer
Updates to Win64EH.h structures.
tree
|
commitdiff
2012-12-05
Eli Bendersky
Remove the non-const getInst accessor. It wasn't being...
tree
|
commitdiff
2012-12-05
Andrew Trick
Remove two dead functions resulting from a bad rebase.
tree
|
commitdiff
2012-12-05
Benjamin Kramer
Try to unbreak the build on hosts that don't transitive...
tree
|
commitdiff
2012-12-05
Jakob Stoklund Olesen
Remove unused MachineInstr constructors.
tree
|
commitdiff
2012-12-05
Kevin Enderby
Added a option to the disassembler to print immediates...
tree
|
commitdiff
2012-12-05
Pedro Artigas
- Added calls to doInitialization/doFinalization to...
tree
|
commitdiff
2012-12-05
Andrew Trick
RegisterPressure API. Add support for physical register...
tree
|
commitdiff
2012-12-05
Andrew Trick
Added RegisterPressureTracker::dump() for debugging.
tree
|
commitdiff
2012-12-05
Andrew Trick
Comment formatting.
tree
|
commitdiff
2012-12-05
Michael J. Spencer
Copy clang/Driver/<Option parsing stuff> to llvm.
tree
|
commitdiff
2012-12-04
Bill Wendling
Use the 'count' attribute to calculate the upper bound...
tree
|
commitdiff
2012-12-04
Eli Bendersky
Remove a URL from code
tree
|
commitdiff
2012-12-04
Eli Bendersky
Make NaCl naming consistent. The triple OSType is calle...
tree
|
commitdiff
2012-12-04
Duncan Sands
Fix comment typo.
tree
|
commitdiff
2012-12-04
Bill Schmidt
This patch introduces initial-exec model support for...
tree
|
commitdiff
2012-12-04
Bill Wendling
Add a 'count' field to the DWARF subrange.
tree
|
commitdiff
2012-12-04
Bill Wendling
Add a 'getCount' method to get the number of elements...
tree
|
commitdiff
next