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
/
lib
/
Target
/
ARM
/
ARMCodeEmitter.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix -Wcast-qual warnings.
Dan Gohman
2010-04-17
1
-4
/
+5
*
Add const qualifiers to CodeGen's use of LLVM IR constructs.
Dan Gohman
2010-04-15
1
-7
/
+9
*
rename llvm::llvm_report_error -> llvm::report_fatal_error
Chris Lattner
2010-04-07
1
-2
/
+2
*
Clean up whitespace.
Bob Wilson
2010-03-17
1
-16
/
+12
*
Remove redundant writeback flag in ARM addressing mode 5.
Bob Wilson
2010-03-16
1
-1
/
+1
*
Remove the writeback flag from ARM's address mode 4. Now that we have separate
Bob Wilson
2010-03-16
1
-1
/
+1
*
change the DBG_LABEL MachineInstr to always be created
Chris Lattner
2010-03-14
1
-2
/
+0
*
change the LabelSDNode to be EHLabelSDNode and make it hold
Chris Lattner
2010-03-14
1
-1
/
+3
*
change EH related stuff (other than EH_LABEL) to use MCSymbol
Chris Lattner
2010-03-14
1
-2
/
+4
*
Attempt to appease the arm-linux buildbot by fixing the JIT encodings for new
Bob Wilson
2010-03-13
1
-9
/
+24
*
Fix ARM buildbot breakage.
Bob Wilson
2010-03-11
1
-2
/
+2
*
Fix an obvious typo in an assert.
Bob Wilson
2010-03-10
1
-1
/
+1
*
Initial bits of ARMv4-only support.
Anton Korobeynikov
2010-03-06
1
-1
/
+1
*
move target-independent opcodes out of TargetInstrInfo
Chris Lattner
2010-02-09
1
-5
/
+5
*
tidy some targets.
Chris Lattner
2010-02-02
1
-2
/
+0
*
detemplatize ARM code emitter.
Chris Lattner
2010-02-02
1
-111
/
+57
*
remove dead code.
Chris Lattner
2010-02-02
1
-11
/
+2
*
prep work to support a future where getJumpTableInfo will return
Chris Lattner
2010-01-25
1
-1
/
+2
*
Remove ISD::DEBUG_LOC and ISD::DBG_LABEL, which are no longer used.
Dan Gohman
2009-11-23
1
-1
/
+0
*
Make the need-stub variables accurate and consistent. In the case of
Jeffrey Yasskin
2009-11-07
1
-4
/
+5
*
Add support for BlockAddress values in ARM constant pools.
Bob Wilson
2009-11-02
1
-0
/
+1
*
Remove includes of Support/Compiler.h that are no longer needed after the
Nick Lewycky
2009-10-25
1
-1
/
+0
*
Remove VISIBILITY_HIDDEN from class/struct found inside anonymous namespaces.
Nick Lewycky
2009-10-25
1
-2
/
+1
*
Update processDebugLoc() so that it can be used to process debug info before ...
Devang Patel
2009-10-06
1
-1
/
+2
*
strength reduce a ton of type equality tests to check the typeid (Through
Chris Lattner
2009-10-05
1
-2
/
+2
*
Update ARM JIT emitter to account for ld/st multiple changes.
Evan Cheng
2009-10-01
1
-3
/
+3
*
Introduce the TargetInstrInfo::KILL machine instruction and get rid of the
Jakob Stoklund Olesen
2009-09-28
1
-0
/
+1
*
Make ARM and Thumb2 32-bit immediate materialization into a single 32-bit pseudo
Evan Cheng
2009-09-28
1
-1
/
+2
*
Register the MachineModuleInfo for the ARM JIT, and update JITDwarfEmitter to
Daniel Dunbar
2009-09-21
1
-0
/
+7
*
Proper support of non-lazy indirect symbols.
Evan Cheng
2009-09-10
1
-8
/
+18
*
Fix double load / store multiple encoding.
Evan Cheng
2009-09-09
1
-1
/
+1
*
Let Darwin linker auto-synthesize stubs and lazy-pointers. This deletes a bun...
Evan Cheng
2009-08-28
1
-9
/
+2
*
eliminate the last DOUTs from the targets.
Chris Lattner
2009-08-23
1
-13
/
+8
*
remove various std::ostream version of printing methods from
Chris Lattner
2009-08-23
1
-4
/
+4
*
Record variable debug info at ISel time directly.
Devang Patel
2009-08-22
1
-1
/
+0
*
Push LLVMContexts through the IntegerType APIs.
Owen Anderson
2009-08-13
1
-2
/
+2
*
Whitespace cleanup. Remove trailing whitespace.
Jim Grosbach
2009-08-11
1
-9
/
+9
*
llvm_report_error already prints "LLVM ERROR:". So stop reporting errors like...
Benjamin Kramer
2009-08-03
1
-1
/
+1
*
More migration to raw_ostream, the water has dried up around the iostream hole.
Daniel Dunbar
2009-07-25
1
-10
/
+11
*
ARM code emitter can't handle Thumb2 instructions yet. So don't even try.
Evan Cheng
2009-07-25
1
-4
/
+3
*
Get rid one of the getRegisterNumbering. Also add D16 - D31.
Evan Cheng
2009-07-22
1
-3
/
+3
*
r76102 added the MachineCodeEmitter::processDebugLoc call and called it from
Jeffrey Yasskin
2009-07-17
1
-1
/
+2
*
llvm_unreachable->llvm_unreachable(0), LLVM_UNREACHABLE->llvm_unreachable.
Torok Edwin
2009-07-14
1
-10
/
+10
*
Remove extra \n from LLVM_UNREACHABLE calls.
Torok Edwin
2009-07-12
1
-1
/
+1
*
Change how so_imm and t2_so_imm are handled. At instruction selection time, t...
Evan Cheng
2009-07-08
1
-7
/
+10
*
Implement changes from Chris's feedback.
Torok Edwin
2009-07-08
1
-7
/
+8
*
Start converting to new error handling API.
Torok Edwin
2009-07-08
1
-17
/
+17
*
Add a todo.
Evan Cheng
2009-07-08
1
-1
/
+2
*
Statically encode bit 25 to indicate immediate form of data processing instru...
Evan Cheng
2009-07-07
1
-2
/
+0
*
Add bfc to armv6t2.
Evan Cheng
2009-07-06
1
-0
/
+5
[next]