Skip to content
This repository has been archived by the owner on Feb 5, 2019. It is now read-only.

Update to r211089 #7

Closed
wants to merge 10,000 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
10000 commits
Select commit Hold shift + click to select a range
75408c8
Sort includes.
echristo Jun 11, 2014
0166af8
Move to a private function to initialize the subtarget dependencies
echristo Jun 11, 2014
e290e4a
Move to a private function to initialize the subtarget dependencies
echristo Jun 11, 2014
f681298
Remove duplicate copy of InstrItineraryData from the TargetMachine,
echristo Jun 11, 2014
c3c6d5f
Use an enum class.
espindola Jun 11, 2014
095271b
CodeGen: refactor DwarfException
compnerd Jun 11, 2014
e869d88
Use an enum class.
espindola Jun 11, 2014
e0162b9
R600: Add helper functions.
arsenm Jun 11, 2014
3692045
Use cast instead of assert + dyn_cast
arsenm Jun 11, 2014
7456ad1
There is no posix_category in std, use generic_category.
espindola Jun 11, 2014
e5e77d1
Remove windows_error.
espindola Jun 11, 2014
8731d7a
MC: clang-format MCAsmInfo
compnerd Jun 11, 2014
9c7ddf7
MC: add enumeration of WinEH data encoding
compnerd Jun 11, 2014
cd56acb
Uses generic_category instead of system_category.
espindola Jun 11, 2014
e12b0bb
Try to fix the msvc build.
espindola Jun 11, 2014
27be15c
Convert StringMapEntry::Create to use StringRef instead of start/end …
topperc Jun 11, 2014
4c3b0b7
Rename global-merge to enable-global-merge.
Jun 11, 2014
f847ccb
Global merge for global symbols.
Jun 11, 2014
e65c403
Create macro INITIALIZE_TM_PASS.
Jun 11, 2014
a069e64
[X86] Refactor the logic to select horizontal adds/subs to a helper f…
adibiagio Jun 11, 2014
0e1f75b
Improve the test for inlining of __no_debug__ functions.
eugenis Jun 11, 2014
998d8f5
Add AVX512 masked leadz instrinsic support.
mcinally Jun 11, 2014
6b3f392
[mips] Implement jr.hb and jalr.hb (Jump Register and Jump and Link R…
Jun 11, 2014
0ee5398
[mips][mips64r6] Improve tests affected by the changes to multiplies …
dsandersllvm Jun 11, 2014
cb2c98e
Revert r210613 to conform to coding standards.
echristo Jun 11, 2014
55c8ec6
X86: add stringy name for X86ISD::LCMPXCHG16_DAG
TNorthover Jun 11, 2014
a2dca4c
R600/SI: Fix selection failure on scalar_to_vector
arsenm Jun 11, 2014
e23e227
SmallVectorTest: Make the deleted member functions private to help MS…
dwblaikie Jun 11, 2014
8a9df8f
R600/SI: Use v_cvt_f32_ubyte* instructions
arsenm Jun 11, 2014
b97095b
R600/SI: Refactor local atomics.
arsenm Jun 11, 2014
4a19dd4
R600/SI: Fix backwards names for local atomic instructions.
arsenm Jun 11, 2014
507d8ca
R600/SI: Add instruction definitions for more LDS ops
arsenm Jun 11, 2014
2da1a85
R600/SI: Add other LDS atomic operations
arsenm Jun 11, 2014
a396a70
R600/SI: Use LDS atomic inc / dec
arsenm Jun 11, 2014
6b19a3a
R600/SI: Add 32-bit LDS atomic cmpxchg
arsenm Jun 11, 2014
481a071
R600/SI: Add instruction definitions for 64-bit LDS atomics
arsenm Jun 11, 2014
c9dbd0d
R600/SI: Add common 64-bit LDS atomics
arsenm Jun 11, 2014
4600175
R600/SI: Update place using old subtarget predicate
arsenm Jun 11, 2014
add80b4
Fix assert comments in Instruction.cpp.
Jun 11, 2014
9ce94d7
[Reassociate] FileCheckize and cleanup a few testcases. No functional…
Jun 11, 2014
7acd886
Use std::error_code instead of llvm::error_code.
espindola Jun 11, 2014
7fa80b4
R600/SI: Fix bitcast between v2i32 and f64
arsenm Jun 11, 2014
7ca0567
llvm-mc: Add option for prefering hex format disassembly.
Jun 11, 2014
a542ff2
ARM: honor hex immediate formatting for ldr/str i12 offsets.
Jun 11, 2014
7ae77a1
R600: BCNT_INT is a vector only instruction
tstellarAMD Jun 11, 2014
beef5c5
R600: Set correct InstrItinClass for instructions using *Helper classes
tstellarAMD Jun 11, 2014
2e4cd27
[AArch64] Basic Sched Model for Cortex-A57.
Jun 11, 2014
a2d36a2
[FastISel][X86] Add support for the frameaddress intrinsic.
ributzka Jun 11, 2014
c6d63a3
Remove unused has_magic.
espindola Jun 11, 2014
07aac43
Implement get_magic with generic tools and inline it.
espindola Jun 11, 2014
a876305
Don't acquire the mutex during the destructor of PassRegistry.
Jun 11, 2014
54f1326
[FastIsel][X86] Add support for lowering the first 8 floating-point a…
ributzka Jun 11, 2014
0250340
[FastISel][X86] Add support for the sqrt intrinsic.
ributzka Jun 11, 2014
87fcb53
Teach LoopUnrollPass to respect loop unrolling hints in metadata.
eliben Jun 11, 2014
a4dc93e
Do not register and de-register PassRegistrationListeners during
Jun 12, 2014
9387d05
Try to fix the mingw build.
espindola Jun 12, 2014
e964d1d
Remove some low hanging fruit from system_error.h
espindola Jun 12, 2014
5ac7ab3
Used mapWindowsError. I missed these in the initial transition.
espindola Jun 12, 2014
173d7ff
Don't import error_condition into the llvm namespace.
espindola Jun 12, 2014
9ee3431
Don't import error_category into the llvm namespace.
espindola Jun 12, 2014
2347556
Fix verifier for GlobalAliases to avoid recursing into global initial…
bob-wilson Jun 12, 2014
81f207b
Don't put generic_category in the llvm namespace.
espindola Jun 12, 2014
7411b43
Prefix generic_category with std::.
espindola Jun 12, 2014
2c9a12f
[FastISel] Add support for the stackmap intrinsic.
ributzka Jun 12, 2014
f66c14f
[x86] Improve frameaddress test from r210709.
ributzka Jun 12, 2014
729fc8f
[FastISel][x86] Add testcase for r210719.
ributzka Jun 12, 2014
09d875f
Avoid redundant allocations in the linker optimisation hint
atoker Jun 12, 2014
5303292
Avoid anonymous namespace in header from r210747
atoker Jun 12, 2014
3299dee
Avoid in-class initializer from r210747
atoker Jun 12, 2014
0b87955
R600/SI: Use a register set to -1 for data0 on ds_inc*/ds_dec*
arsenm Jun 12, 2014
e0bf9d2
[mips] Move CHECK lines to the same line as the instruction it's testing
Jun 12, 2014
38b2a0b
[mips][mips64r6] Replace m[tf]hi, m[tf]lo, mult, multu, dmult, dmultu…
dsandersllvm Jun 12, 2014
bf4e625
[X86] Teach how to combine AVX and AVX2 horizontal binop on packed 25…
adibiagio Jun 12, 2014
d94bc70
[mips][mips64r6] madd/maddu/msub/msubu are not available on MIPS32r6/…
dsandersllvm Jun 12, 2014
a61aa38
[mips][mips64r6] madd.[ds], msub.[ds], nmadd.[ds], and nmsub.[ds] are…
dsandersllvm Jun 12, 2014
79d08ab
CMake: don't install the internal config.h header
atoker Jun 12, 2014
371446a
[X86] Teach how to dump the name of target node RDTSCP_DAG.
adibiagio Jun 12, 2014
24ba4fa
[mips][mips64r6] Add bgec and bgeuc instructions
Jun 12, 2014
14e97c4
[mips] Use MTHC1 when it is available (MIPS32r2 and later) for both F…
dsandersllvm Jun 12, 2014
9ac3cc8
Don't import make_error_code into the llvm namespace.
espindola Jun 12, 2014
10ce787
[mips][mips64r6] Add R_MIPS_PC19_S2
Jun 12, 2014
7a2514f
[mips][mips64r6] jalx is not available on MIPS32r6/MIPS64r6
dsandersllvm Jun 12, 2014
8007133
[mips][mips64r6] c.cond.fmt, mov[fntz], and mov[fntz].[ds] are not av…
dsandersllvm Jun 12, 2014
c673d0b
[mips][mips64r6] 80 col corrections that should have been in r210777.
dsandersllvm Jun 12, 2014
7554a4a
[mips][mips64r6] prefx is not available on MIPS32r6/MIPS64r6
dsandersllvm Jun 12, 2014
7edfaf7
This removes TODO added in http://reviews.llvm.org/D3658
dkdwivedi Jun 12, 2014
15aa07b
Replace llvm::error_code with std::error_code.
espindola Jun 12, 2014
28002c2
[mips][mips64r6] [sl][duw]xc1 are not available on MIPS32r6/MIPS64r6
dsandersllvm Jun 12, 2014
159b95c
[mips][mips64r6] bc2[ft] are not available on MIPS32r6/MIPS64r6
dsandersllvm Jun 12, 2014
1f4c755
[mips][mips64r6] bc1[tf] are not available on MIPS32r6/MIPS64r6
dsandersllvm Jun 12, 2014
5eba90a
Disable the load/store optimization pass for Thumb-1.
Jun 12, 2014
82a51de
Revert "SelectionDAG: Enable (and (setcc x), (setcc y)) -> (setcc (an…
tstellarAMD Jun 12, 2014
070d532
Remove pimpl class from PassRegistry.
Jun 12, 2014
f58ab6b
adding re-include guards into lib/Support/reg*.h
Jun 12, 2014
d5132f9
Remove system_error.h.
espindola Jun 12, 2014
daf73d6
Trying to fix the windows build.
espindola Jun 12, 2014
a984b30
X86: stifle GCC warning
compnerd Jun 12, 2014
2627806
Revert r210721 as it causes breakage in internal builds (and possibly…
eliben Jun 12, 2014
7c3436d
Add missing "InitializerConstant" to global variable syntax in LangRef.
bob-wilson Jun 12, 2014
4dfa681
[llvm-symbolizer] Fix parsing DW_AT_ranges in Fission skeleton compil…
vonosmas Jun 12, 2014
a15b05e
Revert "[FastIsel][X86] Add support for lowering the first 8 floating…
ributzka Jun 12, 2014
3455c40
CodeGen: enable mov.w/mov.t pairs with minsize for WoA
compnerd Jun 12, 2014
3f2b28d
[FastIsel][X86] Add support for lowering the first 8 floating-point a…
ributzka Jun 12, 2014
c7147a3
[FastISel][X86] Argument lowering test case
ributzka Jun 12, 2014
4cea002
LangRef: clarify that global declarations can have section and alignm…
bob-wilson Jun 12, 2014
054a744
Move PPCFrameLowering into PPCSubtarget from PPCTargetMachine. Use
echristo Jun 12, 2014
159a755
Move DataLayout from the PPCTargetMachine to the subtarget.
echristo Jun 12, 2014
00c3986
R600: Mostly remove remaining AMDIL intrinsics.
arsenm Jun 12, 2014
3fdfffb
GVN: Enable value forwarding for calloc
dexonsmith Jun 12, 2014
cc738f8
Update test case to use "not" instead of "XFAIL".
ributzka Jun 12, 2014
231097b
Delete trailing whitespace.
arsenm Jun 12, 2014
7418e1f
Move test for r210734 to Feature/aliases.ll.
bob-wilson Jun 12, 2014
5c792fa
Don't use 'using std::error_code' in include/llvm.
espindola Jun 12, 2014
f7ab98c
Remove TargetMachine from PPCInstrInfo and all dependencies and
echristo Jun 12, 2014
647ab7f
Try to fix the windows build.
espindola Jun 12, 2014
e3466d3
Move PPCInstrInfo off of the target machine and onto the subtarget.
echristo Jun 12, 2014
f8f75df
[modules] The LLVM C API does not require C++!
zygoloid Jun 12, 2014
01d3cb8
Fix the build of KillTheDoctor.
espindola Jun 12, 2014
ad80737
Remove the use of TargetMachine from PPCJITInfo and replace with
echristo Jun 12, 2014
4ecff11
Move PPCJITInfo off of the TargetMachine and onto the subtarget.
echristo Jun 12, 2014
796f114
Fix the scheduler's MaxObservedStall computation.
atrick Jun 12, 2014
f6b9efa
Rename PPCSubTarget to Subtarget in PPCTargetLowering for consistency.
echristo Jun 12, 2014
cb7dc25
Remove an extraneous this-> to access the subtarget.
echristo Jun 12, 2014
a715914
Move PPCTargetLowering off of the TargetMachine and onto the subtarget.
echristo Jun 12, 2014
8c5dc52
Make PPCSelectionDAGInfo take a DataLayout instead of a TargetMachine
echristo Jun 12, 2014
cccc317
Move the PPCSelectionDAGInfo off the TargetMachine and onto the
echristo Jun 12, 2014
4eddf94
[FastISel][X86] Add MachineMemOperand to load/store instructions.
ributzka Jun 12, 2014
9a81e28
Have ARMSelectionDAGInfo take a DataLayout as it's argument as the
echristo Jun 12, 2014
740a759
[DWARF parser] Fix broken address ranges construction.
vonosmas Jun 12, 2014
1ee2461
Move to a private function to initialize subtarget dependencies
echristo Jun 13, 2014
f7a2d5e
Move ARMSelectionDAGInfo from the TargetMachine to the subtarget.
echristo Jun 13, 2014
7f8d138
[FastISel][X86] - Add branch weights
ributzka Jun 13, 2014
aa48b83
R600: Drop use of cached TargetMachine in AMDGPUInstrInfo.cpp
tstellarAMD Jun 13, 2014
a20bcb9
Remove all uses of 'using std::error_code' from headers.
espindola Jun 13, 2014
ee0f389
R600: Drop use of cached TargetMachine in R600InstrInfo.cpp
tstellarAMD Jun 13, 2014
6b0a08b
R600: Move AMDGPUInstrInfo from AMDGPUTargetMachine into AMDGPUSubtarget
tstellarAMD Jun 13, 2014
e431884
[FastISel][X86] Add support for cvttss2si/cvttsd2si intrinsics.
ributzka Jun 13, 2014
4e2b922
Remove 'using std::errro_code' from lib.
espindola Jun 13, 2014
7532b40
Fix build on windows.
espindola Jun 13, 2014
1ad4502
Remove 'using std::error_code' from tools.
espindola Jun 13, 2014
2503051
Remove the last uses of 'using std::error_code'
espindola Jun 13, 2014
d344c6b
R600/SI: Fix selection error on i64 rotl / rotr.
arsenm Jun 13, 2014
efa4805
R600: Don't call setOperationAction with things that aren't opcodes.
arsenm Jun 13, 2014
a19c2d4
ARM: Fix fastcc calling convention for Thumb1
ostannard Jun 13, 2014
d5d864b
CPP backend: set volatile property on atomic instructions.
TNorthover Jun 13, 2014
a411d0e
Add HasCDI predicate to AVX512 VPBROADCASTM*.
mcinally Jun 13, 2014
c5865cb
llvm/test/CodeGen/X86/fast-isel-args-fail2.ll: Don't expect to fail w…
chapuni Jun 13, 2014
94afbc6
[Win32] Let utils/not aware of abort(), aka llvm_unreachable(), in ms…
chapuni Jun 13, 2014
21c016f
[mips][mips64r6] daddi is not available on MIPS64r6
dsandersllvm Jun 13, 2014
21ed78f
[mips][mips64r6] b(ge|lt)zal are not available on MIPS32r6/MIPS64r6 a…
dsandersllvm Jun 13, 2014
ef8e567
[mips][mips64r6] bc1any[24] are not available on MIPS32r6/MIPS64r6
dsandersllvm Jun 13, 2014
7cfd0ff
[mips] Add cache and pref instructions
dsandersllvm Jun 13, 2014
1d5e379
Fix bad copy-and-paste from r210652. AVX512 masked leading zero intri…
mcinally Jun 13, 2014
8f2a85e
IR: add "cmpxchg weak" variant to support permitted failure.
TNorthover Jun 13, 2014
ab47c15
Docs: fix grammar error in description
TNorthover Jun 13, 2014
6eaf840
Docs: remove extra {} around result types.
TNorthover Jun 13, 2014
636ae2b
[mips][mips64r6] Relocation R_MIPS_PC18_S3
Jun 13, 2014
e1a9d50
SCCP: update for cmpxchg returning { iN, i1 } now.
TNorthover Jun 13, 2014
087c5bc
Fix KillTheDoctor after r210725.
espindola Jun 13, 2014
520ae5c
Remove broken include.
espindola Jun 13, 2014
cc0d35a
Remove unused and odd code.
espindola Jun 13, 2014
df46288
opt: Initialize asm printers
tobiasgrosser Jun 13, 2014
61bc72e
R600: Remove AMDIL instruction and register definitions
tstellarAMD Jun 13, 2014
6b3ed2b
Atomics: switch direction of cmpxchg comparison
TNorthover Jun 13, 2014
33fe993
Atomics: make use of the "cmpxchg weak" instruction.
TNorthover Jun 13, 2014
d8b2310
Finishing touch for the std::error_code transition.
espindola Jun 13, 2014
f317d86
R600: Cleanup some old AMDIL stuff.
arsenm Jun 13, 2014
eee7a7a
X86: lower ATOMIC_CMP_SWAP_WITH_SUCCESS directly
TNorthover Jun 13, 2014
6140939
Remove top-level Clang -fsanitize= flags for optional ASan features.
vonosmas Jun 13, 2014
89e90b2
Make the error-handling functions thread-safe.
Jun 13, 2014
0c2029a
test/DebugInfo/X86/dbg-value-isel.s: correct lexical block descriptor…
dwblaikie Jun 13, 2014
c4268a6
DebugInfo: Refactor some tests to allow DW_AT_name to not be the firs…
dwblaikie Jun 13, 2014
0fcb9cb
DebugInfo: Following up to r209677, refactor local variable emission …
dwblaikie Jun 13, 2014
9907af9
DwarfDebug::getExistingAbstractVariable: constify an existing referen…
dwblaikie Jun 13, 2014
869d3ef
[DWARF parser] Use distinction between DW_AT_ranges_base and DW_AT_GN…
vonosmas Jun 13, 2014
f154f3b
DebugInfo: Reference abstract definitions from variables in concrete …
dwblaikie Jun 13, 2014
0cf109d
Fix typo.
echristo Jun 13, 2014
7354a3f
The hazard recognizer only needs a subtarget, not a target machine
echristo Jun 13, 2014
c5bc067
Move GlobalMerge from Transform to CodeGen.
Jun 13, 2014
087f56e
Complete remove test/Transforms/GlobalMerge.
Jun 13, 2014
58c99da
Move ARMJITInfo off of the TargetMachine and down onto the subtarget.
echristo Jun 13, 2014
53551e2
Remove InstrItineraryData off of the TargetMachine - it's already
echristo Jun 13, 2014
d32eccc
DebugInfo: Remove some extra handling of abstract variables and inste…
dwblaikie Jun 13, 2014
38be65b
Remove extra whitespace in function declaration. No functionality cha…
nlewycky Jun 14, 2014
15f474c
R600: Use address space enum instead of value
arsenm Jun 14, 2014
aac455a
R600: Fix asserts related to constant initializers
arsenm Jun 14, 2014
212514f
Fix typo
arsenm Jun 14, 2014
7a3a020
R600: Add failing testcases.
arsenm Jun 14, 2014
9bb92cb
Renaming SwapByteOrder() to getSwappedBytes()
Jun 14, 2014
25e659b
Adding llvm::sys::swapByteOrder() for the common use-case of byte-swa…
Jun 14, 2014
ab22d95
Using llvm::sys::swapByteOrder() for the common case of byte-swapping…
Jun 14, 2014
f6b4b10
Replacing the private implementations of SwapValue with calls to sys:…
Jun 14, 2014
e12d893
Don't expect tests always crashing. Add "REQUIRES:asserts".
chapuni Jun 15, 2014
94fe5c1
AArch64: improve vector [su]itofp handling.
TNorthover Jun 15, 2014
8bfc50e
AArch64: improve handling & modelling of FP_TO_XINT nodes.
TNorthover Jun 15, 2014
40ed1d8
LegalizeDAG: make sure cast is unsigned before using FP_TO_UINT.
TNorthover Jun 15, 2014
cc3f31a
Add specialization of FoldingSetTrait for std::pair.
r4nt Jun 15, 2014
5379c69
PR20038: DebugInfo missing DIEs for some concrete variables.
dwblaikie Jun 15, 2014
36b9c7c
R600: Remove dead code
arsenm Jun 15, 2014
61bfbc4
R600: Report that integer division is expensive.
arsenm Jun 15, 2014
47d34ab
Temporarily revert r210953 in an attempt to bring the ARM buildbots
echristo Jun 15, 2014
57177e3
R600: Move division custom lowering out of AMDILISelLowering
arsenm Jun 15, 2014
62f6ab7
R600: Move / cleanup more leftover AMDIL stuff.
arsenm Jun 15, 2014
e2480a2
R600: Fix assert on vector sdiv
arsenm Jun 15, 2014
fa848cc
R600: Remove a few more things from AMDILISelLowering
arsenm Jun 15, 2014
3c11f69
R600: Add a rotr testcase I forgot to add
arsenm Jun 15, 2014
f9ef37a
Fix copy paste error
arsenm Jun 15, 2014
f6eb7e3
Canonicalize addrspacecast ConstExpr between different pointer types
Jun 15, 2014
467e6ad
ARMEB: Fix trunc store for vector types
Jun 16, 2014
5ee24f3
[mips][mips64r6] [ls][wd]c2 were re-encoded with 11-bit signed immedi…
dsandersllvm Jun 16, 2014
b0e4096
[mips] Merge most of the big/little endian checks in atomic.ll
dsandersllvm Jun 16, 2014
b3820b4
[AArch64] Fix a fencepost error in lowering for llvm.aarch64.neon.uqshl.
Jun 16, 2014
9becc6c
Support/ConvertUTF: implement U+FFFD insertion according to the recom…
gribozavr Jun 16, 2014
438c85b
Support/ConvertUTF: restore compatibility with MSVC, which only imple…
gribozavr Jun 16, 2014
af0d72a
[mips][mips64r6] ll, sc, lld, and scd are re-encoded on MIPS32r6/MIPS…
dsandersllvm Jun 16, 2014
77ae274
[mips][mips64r6] cl[oz], and dcl[oz] are re-encoded in MIPS32r6/MIPS64r6
dsandersllvm Jun 16, 2014
dfcd461
[mips][mips64r6] ssnop is deprecated on MIPS32r6/MIPS64r6
dsandersllvm Jun 16, 2014
5d57928
Hook up vector int_ctlz for AVX512.
mcinally Jun 16, 2014
d492c19
[AArch64] Remove dead code.
Jun 16, 2014
0659928
Convert the Archive API to use ErrorOr.
espindola Jun 16, 2014
7f2f94f
Fix pr17056.
espindola Jun 16, 2014
4085197
Refactor the disabling of Thumb-1 LDM/STM generation
Jun 16, 2014
dc2dc39
LowerSwitch: track bounding range for the condition tree.
Jun 16, 2014
a564159
Fix illegal relocations in X86FastISel
lgerbarg Jun 16, 2014
73b142e
ARM: implement correct atomic operations on v7M
TNorthover Jun 16, 2014
baf9879
Revert "lit: warn when passed invalid pathname" (r210597)
zmodem Jun 16, 2014
163eb09
Improve comments for r211040
lgerbarg Jun 16, 2014
4031acb
Clean up some unnecessary mutex guards.
Jun 16, 2014
e4f1220
Since the DataLayout is always found off of the subtarget go ahead
echristo Jun 16, 2014
212ec3a
[PPC64] Fix PR19893 - improve code generation for local function addr…
wschmidt-ibm Jun 16, 2014
5c1a1b2
ARM: intrinsic support for rbit.
Jun 16, 2014
44d2cdc
AArch64: Add backend intrinsic for rbit.
Jun 16, 2014
8b3a8d6
Add load/store functionality
Jun 16, 2014
9be5c8c
Users of the llvm global mutex must now acquire it manually.
Jun 16, 2014
aedb552
Remove some more code out into a separate CL.
Jun 16, 2014
497b7bb
Remove some code churn.
Jun 16, 2014
9020dc3
Kill the LLVM global lock.
Jun 16, 2014
4641b6b
Programmer's Manual changes.
Jun 16, 2014
298ff80
Cleanup more unreferenced MutexGuard parameters on functions.
Jun 16, 2014
5ea4669
Revert r211066, 211067, 211068, 211069, 211070.
Jun 16, 2014
4046db0
Teach LoopUnrollPass to respect loop unrolling hints in metadata.
eliben Jun 16, 2014
408691f
[FastISel][X86] Refactor the code to get the X86 condition from a hel…
ributzka Jun 16, 2014
84fea77
Expose ValueMap's mutex type as a typedef instead of a sys::Mutex.
Jun 17, 2014
0dee675
SROA: Only split loads on byte boundaries
dexonsmith Jun 17, 2014
4072aa3
Fix build breakage caused by change to ValueMapTest.
Jun 17, 2014
dcc9291
[InstCombine] mark ADD with nuw if no unsigned overflow
Jun 17, 2014
ecb1c3a
Modernize doc comments for SourceMgr.
jrose-apple Jun 17, 2014
4e23baa
Add an overload for SourceMgr::PrintMessage that takes an existing di…
jrose-apple Jun 17, 2014
8164e51
Convert a few loops to use ranges.
espindola Jun 17, 2014
7191850
Add getPassInfo() function to llvm::Pass
c-a Dec 24, 2013
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
The diff you're trying to view is too large. We only load the first 3000 changed files.
2 changes: 1 addition & 1 deletion .arcconfig
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"project_id" : "llvm",
"conduit_uri" : "http://llvm-reviews.chandlerc.com/"
"conduit_uri" : "http://reviews.llvm.org/"
}
2 changes: 2 additions & 0 deletions .clang-format
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
BasedOnStyle: LLVM

3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,8 @@
# vim swap files
.*.swp
.sw?
#OS X specific files.
.DS_store

#==============================================================================#
# Explicit files to ignore (only matches one).
Expand All @@ -35,7 +37,6 @@ compile_commands.json
#==============================================================================#
# External projects that are tracked independently.
projects/*
!projects/sample
!projects/CMakeLists.txt
!projects/Makefile
# Clang, which is tracked independently.
Expand Down
Loading