projects
/
oota-llvm.git
/ history
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
[mips][sched] Renamed II_FdivSingle and II_FdivDouble to II_DIV_S and II_DIV_D respec...
[oota-llvm.git]
/
include
/
2014-01-21
Tim Northover
MIPS: mark intrinsics IntrNoMem so all patterns using...
tree
|
commitdiff
2014-01-21
Saleem Abdulrasool
ARM IAS: add support for .unwind_raw directive
tree
|
commitdiff
2014-01-21
Saleem Abdulrasool
ARM IAS: support .personalityindex
tree
|
commitdiff
2014-01-21
Nick Lewycky
Add operator!= for FoldingSetNodeID and FoldingSetNodeI...
tree
|
commitdiff
2014-01-20
Hal Finkel
Update StackProtector when coloring merges stack slots
tree
|
commitdiff
2014-01-20
David Woodhouse
[x86] Support i386-*-*-code16 triple for emitting 16...
tree
|
commitdiff
2014-01-20
Chandler Carruth
[PM] Wire up the Verifier for the new pass manager...
tree
|
commitdiff
2014-01-20
Kai Nacke
ARM: add tlsldo relocation
tree
|
commitdiff
2014-01-20
Artyom Skrobov
[ARM] Do not generate Tag_DIV_use=AllowDIVExt when...
tree
|
commitdiff
2014-01-20
Saleem Abdulrasool
MC: whitespace
tree
|
commitdiff
2014-01-20
Chandler Carruth
[PM] Fix a contradiction in the comments noticed by...
tree
|
commitdiff
2014-01-19
Michael Gottesman
[APInt] Fix nearestLogBase2 to return correct answers...
tree
|
commitdiff
2014-01-19
Michael Gottesman
[APInt] Fixed bug where APInt(UINT32_MAX, 0) would...
tree
|
commitdiff
2014-01-19
Saleem Abdulrasool
ARM: update build attributes for ABI r2.09
tree
|
commitdiff
2014-01-19
Saleem Abdulrasool
Move ARM build attributes into Support
tree
|
commitdiff
2014-01-19
Chandler Carruth
[PM] Make the verifier work independently of any pass...
tree
|
commitdiff
2014-01-19
Chandler Carruth
Add a const lookup routine to get a BlockAddress consta...
tree
|
commitdiff
2014-01-18
Benjamin Kramer
Upgrade ConstantFP's negative zero and infinity getters...
tree
|
commitdiff
2014-01-18
Adrian Prantl
typo
tree
|
commitdiff
2014-01-18
Owen Anderson
Fix more instances of dropped fast math flags when...
tree
|
commitdiff
2014-01-17
Reid Kleckner
Add an inalloca flag to allocas
tree
|
commitdiff
2014-01-17
Justin Bogner
MC: Add some missing include guards
tree
|
commitdiff
2014-01-17
Rui Ueyama
llvm-objdump/COFF: Print ordinal base number.
tree
|
commitdiff
2014-01-17
Juergen Ributzka
Add two new calling conventions for runtime calls
tree
|
commitdiff
2014-01-17
Chandler Carruth
[PM] [cleanup] Rename some of the Verifier's members...
tree
|
commitdiff
2014-01-17
Chandler Carruth
[PM] Remove the preverifier and directly compute the...
tree
|
commitdiff
2014-01-16
Rafael Espindola
Use LLVM_EXPLICIT instead of a function pointer as...
tree
|
commitdiff
2014-01-16
Quentin Colombet
[opt][PassInfo] Allow opt to run passes that need targe...
tree
|
commitdiff
2014-01-16
Duncan P. N. Exon...
LTO: document LTO_API_VERSION for each API
tree
|
commitdiff
2014-01-16
Rui Ueyama
llvm-objdump/COFF: Print DLL name in the export table...
tree
|
commitdiff
2014-01-16
Rafael Espindola
Add an emitRawComment function and use it to simplify...
tree
|
commitdiff
2014-01-16
Evgeniy Stepanov
[asan] Remove -fsanitize-address-zero-base-shadow comma...
tree
|
commitdiff
2014-01-16
Rui Ueyama
llmv-objdump/COFF: Print export table contents.
tree
|
commitdiff
2014-01-16
Rafael Espindola
CommentColumn is always 40. Simplify.
tree
|
commitdiff
2014-01-16
Rui Ueyama
Don't use DataRefImpl to implement ImportDirectoryEntryRef.
tree
|
commitdiff
2014-01-16
Manman Ren
Report a warning when dropping outdated debug info...
tree
|
commitdiff
2014-01-15
David Peixotto
Fix parsing of .symver directive on ARM
tree
|
commitdiff
2014-01-15
Quentin Colombet
[LTO] Add a hook to map LLVM diagnostics into the clien...
tree
|
commitdiff
2014-01-15
Bob Wilson
Remove support for armv7f slice. <rdar://problem/12478440>
tree
|
commitdiff
2014-01-15
Rafael Espindola
Return an ErrorOr<Binary *> from createBinary.
tree
|
commitdiff
2014-01-15
David Majnemer
WinCOFF: Transform IR expressions featuring __ImageBase...
tree
|
commitdiff
2014-01-15
Andrew Trick
Fix PR18449: SCEV needs more precise max BECount for...
tree
|
commitdiff
2014-01-15
Rafael Espindola
Make parseBitcodeFile return an ErrorOr<Module *>.
tree
|
commitdiff
2014-01-14
Rafael Espindola
Return an error_code from materializeAllPermanently.
tree
|
commitdiff
2014-01-14
Rafael Espindola
Use error_code in Module::materializeAll.
tree
|
commitdiff
2014-01-14
Lang Hames
Add FPExt option to CCValAssign::LocInfo. When generati...
tree
|
commitdiff
2014-01-14
Duncan P. N. Exon...
Reapply "LTO: add API to set strategy for -internalize"
tree
|
commitdiff
2014-01-14
Nico Rieck
Decouple dllexport/dllimport from linkage
tree
|
commitdiff
2014-01-14
Nico Rieck
Revert "Decouple dllexport/dllimport from linkage"
tree
|
commitdiff
2014-01-14
Nico Rieck
Decouple dllexport/dllimport from linkage
tree
|
commitdiff
2014-01-14
NAKAMURA Takumi
Revert r199191, "LTO: add API to set strategy for ...
tree
|
commitdiff
2014-01-14
Duncan P. N. Exon...
LTO: add API to set strategy for -internalize
tree
|
commitdiff
2014-01-14
Chandler Carruth
[PM] Fix stale header blocker, found by Duncan Smith...
tree
|
commitdiff
2014-01-14
Rafael Espindola
Replace .mips_hack_stocg with ".set micromips" and...
tree
|
commitdiff
2014-01-14
Rafael Espindola
Make getTargetStreamer return a possibly null pointer.
tree
|
commitdiff
2014-01-13
Duncan P. N. Exon...
Remove extra } in documentation comment
tree
|
commitdiff
2014-01-13
Juergen Ributzka
[DAG] Teach DAG to also reassociate vector operations
tree
|
commitdiff
2014-01-13
Rafael Espindola
Update getLazyBitcodeModule to use ErrorOr for error...
tree
|
commitdiff
2014-01-13
Chris Lattner
fix a -Wdocumentation warning.
tree
|
commitdiff
2014-01-13
Chandler Carruth
[PM] Split DominatorTree into a concrete analysis resul...
tree
|
commitdiff
2014-01-13
Chandler Carruth
[PM][cleanup] Clean up comments and use modern doxygen...
tree
|
commitdiff
2014-01-13
Elena Demikhovsky
AVX-512: Embedded Rounding Control - encoding and printing
tree
|
commitdiff
2014-01-13
Chandler Carruth
[PM] Fix the const-correctness of the generic Dominator...
tree
|
commitdiff
2014-01-13
Chandler Carruth
[PM] Pull the generic graph algorithms and data structu...
tree
|
commitdiff
2014-01-13
Chandler Carruth
[cleanup] Switch comments to use '\brief' style instead...
tree
|
commitdiff
2014-01-13
Chandler Carruth
[cleanup] Move the Dominators.h and Verifier.h headers...
tree
|
commitdiff
2014-01-13
Chandler Carruth
[PM] Wire up support for writing bitcode with new PM.
tree
|
commitdiff
2014-01-12
Chandler Carruth
[PM] Add module and function printing passes for the...
tree
|
commitdiff
2014-01-12
Chandler Carruth
[PM] Revert an accidental commit of total BS code....
tree
|
commitdiff
2014-01-12
Chandler Carruth
[PM] Simplify the interface exposed for IR printing...
tree
|
commitdiff
2014-01-12
Chandler Carruth
[PM] Rename the IR printing pass header to a more gener...
tree
|
commitdiff
2014-01-12
Chandler Carruth
[PM] Un-indent this file-level namespace. It's far...
tree
|
commitdiff
2014-01-11
Chandler Carruth
[PM] Add names to passes under the new pass manager...
tree
|
commitdiff
2014-01-11
Chandler Carruth
[PM] Somehow I missed the header guards on this file...
tree
|
commitdiff
2014-01-11
Eric Christopher
Fix odd whitespace.
tree
|
commitdiff
2014-01-10
Rafael Espindola
All backends use MC now.
tree
|
commitdiff
2014-01-10
Rafael Espindola
Use the simpler version of sys::fs::remove when possible.
tree
|
commitdiff
2014-01-10
Rafael Espindola
Remove remove_all. A compiler has no need for recursive...
tree
|
commitdiff
2014-01-10
Duncan P. N. Exon...
LTO: whitespace changes
tree
|
commitdiff
2014-01-10
Arnold Schwaighofer
SCEVRewriter: Optionally interpret constants in value...
tree
|
commitdiff
2014-01-10
Rafael Espindola
Use 'w' instead of 'c' to represent the win32 mangling.
tree
|
commitdiff
2014-01-10
NAKAMURA Takumi
Whitespace.
tree
|
commitdiff
2014-01-09
Justin Bogner
Bitcode: Fix a typo in an assert
tree
|
commitdiff
2014-01-09
Nadav Rotem
Re-remove dead code.
tree
|
commitdiff
2014-01-09
Rafael Espindola
Update example to be more idiomatic.
tree
|
commitdiff
2014-01-09
Nadav Rotem
Revert r198819 - "Remove dead code."
tree
|
commitdiff
2014-01-09
David Blaikie
llvm-dwarfdump: type unit dwo support
tree
|
commitdiff
2014-01-09
Richard Smith
Extend llvm::AlignedCharArrayUnion to support up to...
tree
|
commitdiff
2014-01-09
Chandler Carruth
Put the functionality for printing a value to a raw_ost...
tree
|
commitdiff
2014-01-09
Eric Christopher
Remove the test for endianness in configure.ac and...
tree
|
commitdiff
2014-01-09
Rafael Espindola
Remove dead code.
tree
|
commitdiff
2014-01-09
Rafael Espindola
Use the existing typedef to avoid forming a reference...
tree
|
commitdiff
2014-01-08
Rafael Espindola
Fix the C++03 build.
tree
|
commitdiff
2014-01-08
Rafael Espindola
Use getError and remove the error_code operator.
tree
|
commitdiff
2014-01-08
Chandler Carruth
Remove vestigal bits of MC from the mangler. It no...
tree
|
commitdiff
2014-01-08
Matt Arsenault
Add missing definitions of key_type and value_type...
tree
|
commitdiff
2014-01-08
Rafael Espindola
Add get and getError methods to ErrorOr.
tree
|
commitdiff
2014-01-08
Rafael Espindola
Add missing rename from the previous commit.
tree
|
commitdiff
2014-01-08
Rafael Espindola
Rename get to getStorage and getError to getErrorStorage.
tree
|
commitdiff
2014-01-08
Elena Demikhovsky
AVX-512: Added more intrinsics for pmin/pmax, pabs...
tree
|
commitdiff
next